cnvHexStrFromB64Str
Re-encode a base64-encoded binary value as hexadecimal.
Syntax
[VBA]
Public Function cnvHexStrFromB64Str ( _
szB64 As String _
) As String
Parameters
- szB64
- Base64 string representing a binary value.
Return Value
String: Binary value encoded in hexadecimal