DecodeVariant
Sub DecodeVariant (
SourceString As String ) As Variant |
The DecodeVariant function decode data encoded with BASE64 algorithm
and returns data As Variant. If an error happens the Error property of the ActiveCrypt component differs from ERR_OK.
Analyzing this property you can find the reason of the failure.
See also Base64
overview, EncodeVariant
|