IStringEncoding.

Decode(byte[], int, int) Method

Summary

called when a byte array is to be decoded to a string.

Syntax

string Decode(byte[] bytes, int start, int length)

Remarks

called when a byte array is to be decoded to a string.

Parameters

Name Type Description
bytes byte[] the byte array
start int the start offset in the byte array
length int the length of the encoded string in the byte array

Return Value

Type Description
string the string