StringSegment Conversion (StringSegment to ReadOnlySpanChar)
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static implicit operator ReadOnlySpan<char> (
StringSegment stringSegment
)
Public Shared Widening Operator CType (
stringSegment As StringSegment
) As ReadOnlySpan(Of Char)
static implicit operator ReadOnlySpan<wchar_t> (
StringSegment stringSegment
)
F# does not support the declaration of new casting operators.
- stringSegment StringSegment
- The StringSegment to be converted to a ReadOnlySpan<char>.
ReadOnlySpanChar
A
ReadOnlySpan<char> instance that represents the specified
StringSegment.