[This is preliminary documentation and is subject to change.]
Decodes a sequence of bytes from the specified byte array into the specified character array.
Declaration Syntax
Parameters
- bytes (array<Byte>[]()[][])
- The byte array containing the sequence of bytes to decode.
- byteIndex (Int32)
- The index of the first byte to decode.
- byteCount (Int32)
- The number of bytes to decode.
- chars (array<Char>[]()[][])
- The character array to contain the resulting set of characters.
- charIndex (Int32)
- The index at which to start writing the resulting set of characters.
Return Value
The actual number of characters written into chars.