The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UTF8Encoding::GetString Method
.NET Framework (current version)
Namespace:
System.Text
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. (Inherited from Encoding.) |
![]() | GetString(array<Byte>^) | When overridden in a derived class, decodes all the bytes in the specified byte array into a string.(Inherited from Encoding.) |
![]() | GetString(array<Byte>^, Int32, Int32) | Decodes a range of bytes from a byte array into a string.(Overrides Encoding::GetString(array<Byte>^, Int32, Int32).) |
Show:
