System.String.Empty Field

Represents the empty string. This field is read-only.

Syntax

public static readonly string Empty

Remarks

The value of this field is the zero-length string, "".

In application code, this field is most commonly used in assignments to initialize a string variable to an empty string. To test whether the value of a string is either null or string.Empty, use the string.IsNullOrEmpty(string) method.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0