CryptoSys API Library Manual
cnvHexStrFromB64Str
Re-encodes a base64-encoded binary value as hexadecimal.
Syntax
[VBA]
Public Function cnvHexStrFromB64Str ( _
strB64 As String _
) As String
Parameters
- strB64
- Base64 string representing a binary value.
Return Value
String: Binary value encoded in hexadecimal