Click or drag to resize

Utf8String Constructor

Overload List
  NameDescription
Public methodUtf8String
Initializes a new instance of the Utf8String class.
Public methodUtf8String(Byte)
Initializes a new instance of the Utf8String class using the specified utf-8 byte array.
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.
Public methodUtf8String(Byte, Int32, Int32)
Initializes a new instance of the Utf8String class using the specified utf-8 byte array, index and count.
Top
See Also