ValueString.IsEmptyOrWhiteSpace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.