Click or drag to resize

Utf8 Methods

The Utf8 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecode(Byte)
Decodes a UTF-8 byte array to a string.
Public methodStatic memberDecode(DataBuffer)
Decodes a UTF-8 data buffer to a string.
Public methodStatic memberDecode(Byte, Int32, Int32)
Decodes a UTF-8 byte array to a string.
Public methodStatic memberEncode
Encodes a string to a UTF-8 byte array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetByteCount
Gets the number of bytes that would be returned by a call to encode.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also