StringSegmentIsNullOrWhiteSpace Property

Gets whether this StringSegment instance represents a or empty string, or contains only whitespace characters.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool IsNullOrWhiteSpace { get; }

Property Value

Boolean

See Also