Edit

Share via


ValueString.IsEmptyOrWhiteSpace Method

Definition

Indicates whether the string is empty or consists only of white-space characters.

public bool IsEmptyOrWhiteSpace ();
member this.IsEmptyOrWhiteSpace : unit -> bool
Public Function IsEmptyOrWhiteSpace () As Boolean

Returns

true if the string is empty or if the string consists exclusively of white-space characters; otherwise false.

Applies to