StringSegmentIsNullOrEmpty Property
Gets whether this
StringSegment instance represents an empty segment or was created from a
string.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IsNullOrEmpty { get; }
Public ReadOnly Property IsNullOrEmpty As Boolean
Get
public:
property bool IsNullOrEmpty {
bool get ();
}
member IsNullOrEmpty : bool with get
Property Value
Boolean