StringSegment   Conversion (StringSegment to String)

Performs an explicit conversion from StringSegment to string.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static explicit operator string? (
	StringSegment stringSegment
)

Parameters

stringSegment  StringSegment
The StringSegment to be converted to a string.

Return Value

String
A string instance that represents the specified StringSegment.

See Also