StringSegmentIsNull Property

Gets whether this StringSegment instance was created from a  string.
Please note that the ToString method returns when this property returns .

Definition

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

Property Value

Boolean

See Also