Utf8String Constructor |
Name | Description | |
---|---|---|
Utf8String |
Initializes a new instance of the Utf8String class.
| |
Utf8String(Byte) |
Initializes a new instance of the Utf8String class using the specified utf-8 byte array.
| |
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.
| |
Utf8String(Byte, Int32, Int32) |
Initializes a new instance of the Utf8String class using the specified utf-8 byte array, index and count.
|