Unicode Controls & Classes for VB6 - Version 4
clsBase64
.GetDecodedB64String Function
Decodes a previously encoded B64 string
Syntax
Public Function GetDecodedB64String (ByVal
sToDecode
As String, _
ByVal
bDecodeAsUnicodeString
As Boolean) As String
Parameters
Parameter
Description
ByVal
sToDecode
As String
The B64 string to decode
ByVal
bDecodeAsUnicodeString
As Boolean
Pass True for getting an Unicode string, False otherwise
Remarks