| Encoding: GetByteCount |
Returns the number of bytes that would be produced from the set of characters using this encoding.
Public Function GetByteCount( ByRef Chars As Variant, Optional ByRef Index As Variant, Optional ByRef Count As Variant ) As Long
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 Encoding Overview Encoding Properties Encoding Methods Equals GetBytes