StringSegmentIsNullOrEmpty Property

Gets whether this StringSegment instance represents an empty segment or was created from a  string.

Definition

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

Property Value

Boolean

See Also