| Convert: ToBase64String |
Converts the value of a subset of a byte array to an equivalent subset of a Unicode character string consisting of base-64 characters. Parameters specify the subsets as offsets of the input array and the number of elements in the input array to process.
Public Function ToBase64String( ByRef Bytes ( ) As Byte, Optional ByRef Index As Variant, Optional ByRef Count As Variant, Optional ByVal InsertLineBreaks As Boolean = False ) As String
Default: False
Project VBCorLib Overview Class Convert Overview Convert Properties Convert Methods ToBase64CharArray ToString