| Convert: ToBase64CharArray |
Converts the value of a subset of a byte array to an equivalent subset of a Unicode character array consisting of base 64 digits. Parameters specify the subsets as offsets of the input and output arrays and the number of elements in the input array.
Public Function ToBase64CharArray( ByRef InArray ( ) As Byte, ByVal OffsetIn As Long, ByVal Length As Long, ByRef OutArray ( ) As Integer, ByVal OffsetOut As Long, Optional ByVal InsertLineBreaks As Boolean = False ) As Long
Default: False
Added .NET 2.0 ability to insert linebreaks every 76 characters for MIME formatting.
Project VBCorLib Overview Class Convert Overview Convert Properties Convert Methods FromBase64String ToBase64String