| ASCIIEncoding: GetCharsEx |
Decodes a set of bytes into the supplied Integer array.
Public Function GetCharsEx( ByRef Bytes ( ) As Byte, ByVal ByteIndex As Long, ByVal ByteCount As Long, ByRef Chars ( ) As Integer, ByVal CharIndex As Long ) As Long
The Chars array must be large enough to handle all the bytes that will be decoded. To ensure the Chars array is large enough, use either GetCharCount or GetMaxCharCount to determine a size that will hold the decoded bytes.
Project VBCorLib Overview | Class ASCIIEncoding Overview | Encoding