StringSegment   Conversion (String to StringSegment)

Performs an implicit conversion from string to StringSegment.

Definition

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

Parameters

s  String
The string to be converted to a StringSegment.

Return Value

StringSegment
A StringSegment instance that represents the original string.

See Also