Edit

Share via


ValueString.IsEmpty Property

Definition

Gets a value that indicates whether the string is empty.

public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

true if the string is empty; otherwise, false.

Applies to