System::String::operator ReadOnlySpan< char16_t > method

String::operator ReadOnlySpan< char16_t > method

Converts string to read only span.

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

ReturnValue

ReadOnlySpan which represents all its characters.

See Also