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