UTF32Encoding.GetString Method
.NET Framework 2.0
Decodes a sequence of bytes into a string.
| Name | Description |
|---|---|
| UTF32Encoding.GetString (Byte[]) | When overridden in a derived class, decodes all the bytes in the specified byte array into a string. |
| UTF32Encoding.GetString (Byte[], Int32, Int32) | Decodes a range of bytes from a byte array into a string. |