Click or drag to resize

Utf8String Constructor

Overload List
 NameDescription
Public methodUtf8String Initializes a new instance of the Utf8String class.
Public methodUtf8String(ReadOnlySpanByte) Initializes a new instance of the Utf8String class using the specified utf-8 span.
Public methodUtf8String(ReadOnlySpanChar) Initializes a new instance of the Utf8String class using the specified span of characters.
Public methodUtf8String(String) Initializes a new instance of the Utf8String class using the specified string.
Public methodUtf8String(Utf8String) Initializes a new instance of the Utf8String class that is a copy of the specified Utf8String.
Top
See Also