StringSegmentToString Method

Gets a string that is represented by this StringSegment instance, or , if this instance represents a  string. That is, when the IsNull property returns .

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public override string? ToString()

Return Value

String
A string that is represented by this StringSegment instance, or , if this instance was created from a  string.

See Also