Decodes a range of elements from a specified byte array, and stores them in a specified range of elements in a Unicode character array.
Overload List
Overload | Description |
GetChars(Byte[],Int32,Int32,Char[],Int32) | Decodes a range of elements from a specified byte array, and stores them in a specified range of elements in a Unicode character array. |
GetChars(Byte[]) | (Inherited from System.Text.Encoding) |
GetChars(Byte[],Int32,Int32) | (Inherited from System.Text.Encoding) |
GetChars(Byte,Int32,Char,Int32) | (Inherited from System.Text.Encoding) |
See Also