operator ReadOnlySpan< char16_t >()

String::operator ReadOnlySpan< char16_t >() const method

Converts string to read only span.

System::String::operator ReadOnlySpan<char16_t>() const

Return Value

ReadOnlySpan which represents all its characters.

See Also