Click or drag to resize

Ascii Class

ASCII encoding/decoding utility.
Inheritance Hierarchy
SystemObject
  FM.IceLinkAscii

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

The Ascii type exposes the following members.

Constructors
  NameDescription
Public methodAscii
Initializes a new instance of the Ascii class
Top
Methods
  NameDescription
Public methodStatic memberDecode(Byte)
Decodes a UTF-8 byte array 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