Click or drag to resize

Utf8 Class

UTF-8 encoding/decoding utility.
Inheritance Hierarchy
SystemObject
  FM.IceLinkUtf8

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Utf8 type exposes the following members.

Constructors
  NameDescription
Public methodUtf8
Initializes a new instance of the Utf8 class
Top
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