Encoding::GetString Method
.NET Framework (current version)
When overridden in a derived class, decodes a sequence of bytes into a string.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetString(Byte*, Int32) | When overridden in a derived class, decodes a specified number of bytes starting at a specified address into a string. |
![]() | GetString(array<Byte>^) | When overridden in a derived class, decodes all the bytes in the specified byte array into a string. |
![]() | GetString(array<Byte>^, Int32, Int32) | When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string. |
Show:
