Method DecodeUtf8String
DecodeUtf8String(byte[], int, int, UTF8Encoding)
Decodes a UTF8 string.
public static string DecodeUtf8String(byte[] bytes, int index, int count, UTF8Encoding encoding)
Parameters
bytes
byte[]The bytes.
index
intThe index.
count
intThe count.
encoding
UTF8EncodingThe encoding.
Returns
- string
The decoded string.