public static EncodeString ( char chars, int offset, int count ) : byte[] | ||
chars | char |
/// The |
offset | int | /// The index of the first byte to decode. /// |
count | int | /// The number of bytes to decode. /// |
return | byte[] |
public static EncodeString ( char chars, int offset, int count ) : byte[] | ||
chars | char |
/// The |
offset | int | /// The index of the first byte to decode. /// |
count | int | /// The number of bytes to decode. /// |
return | byte[] |