Encoding::GetString Method

 

When overridden in a derived class, decodes a sequence of bytes into a string.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetString(Byte*, Int32)

When overridden in a derived class, decodes a specified number of bytes starting at a specified address into a string.

System_CAPS_pubmethodGetString(array<Byte>^)

When overridden in a derived class, decodes all the bytes in the specified byte array into a string.

System_CAPS_pubmethodGetString(array<Byte>^, Int32, Int32)

When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.

Return to top
Show: