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