| Convert: FromBase64CharArray |
Decodes a base-64 character array to a byte array. The Offset and length specify a subset of the character array to be decoded.
Public Function FromBase64CharArray( ByRef InArray ( ) As Integer, ByVal offset As Long, ByVal Length As Long ) As Byte ( )
Project VBCorLib Overview Class Convert Overview Convert Properties Convert Methods FromBase64String