Megosztás a következőn keresztül:


DisplayMetadata.ConvertEmptyStringToNull Property

Definition

Gets or sets a value indicating whether or not to convert an empty string value or one containing only whitespace characters to null when representing a model as text. See ConvertEmptyStringToNull

public:
 property bool ConvertEmptyStringToNull { bool get(); void set(bool value); };
public bool ConvertEmptyStringToNull { get; set; }
member this.ConvertEmptyStringToNull : bool with get, set
Public Property ConvertEmptyStringToNull As Boolean

Property Value

Applies to