[]
Gets or sets the string to return when converted object is String.Empty or null.
public string NullString { get; set; }
Public Property NullString As String
Type | Description |
---|---|
string | A string used to output when the input value is String.Empty or null. |