StringSegmentIsNullOrWhiteSpace Property
Gets whether this
StringSegment instance represents a
or empty
string, or contains only whitespace characters.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IsNullOrWhiteSpace { get; }
Public ReadOnly Property IsNullOrWhiteSpace As Boolean
Get
public:
property bool IsNullOrWhiteSpace {
bool get ();
}
member IsNullOrWhiteSpace : bool with get
Property Value
Boolean