| UTF7Encoding: GetBytes |
Encodes a set of characters into an array of bytes.
Public Function GetBytes( ByRef Chars As Variant, Optional ByRef Index As Variant, Optional ByRef Count As Variant ) As Byte ( )
The Chars parameter will accept either a String or an Integer array. The Index is zero based for both the String and Integer array, not 1 based like Mid$.
Project VBCorLib Overview Class UTF7Encoding Overview UTF7Encoding Properties UTF7Encoding Methods GetByteCount GetBytesEx