| Overload | Description |
|---|---|
| GetString(Byte[]) | Decodes the given byte array and returns the resulting string. |
| GetString(Byte[],Int32,Int32) | Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and returns the resulting string. |