Utf | 
| Name | Description | |
|---|---|---|
| Utf8String | Initializes a new instance of the Utf8String class. | |
| Utf8String(ReadOnlySpanByte) | Initializes a new instance of the Utf8String class using the specified utf-8 span. | |
| Utf8String(ReadOnlySpanChar) | Initializes a new instance of the Utf8String class using the specified span of characters. | |
| Utf8String(String) | Initializes a new instance of the Utf8String class using the specified string. | |
| Utf8String(Utf8String) | Initializes a new instance of the Utf8String class that is a copy of the specified Utf8String. |