.NET Framework Class Library
ASCIIEncoding.GetString Method
Decodes a sequence of bytes into a string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
GetString(Byte()) | When overridden in a derived class, decodes all the bytes in the specified byte array into a string. (Inherited from Encoding.) |
|
GetString(Byte(), Int32, Int32) |
Decodes a range of bytes from a byte array into a string. (Overrides Encoding.GetString(Byte(), Int32, Int32).) In XNA Framework 3.0, this member is inherited from Encoding.GetString(Byte(), Int32, Int32). |
See Also
