| Utf8 Methods | 
The Utf8 type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Decode(Byte) | 
            Decodes a UTF-8 byte array to a string.
             | 
|   | Decode(DataBuffer) | 
            Decodes a UTF-8 data buffer to a string.
             | 
|   | Decode(Byte, Int32, Int32) | 
            Decodes a UTF-8 byte array to a string.
             | 
|   | Encode | 
            Encodes a string to a UTF-8 byte array.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|   | GetByteCount | 
            Gets the number of bytes that would be returned by
            a call to encode.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also