convert hex to base64(a,b)
Group |
The function converts a string a, which represents a hexadecimal value, into a Base64 value.
Parameter Description
Parameter |
Description |
a |
The string representing the hexadecimal value to be converted to a Base64 value. |
b |
The separator between the bytes in value a. |
Example
Parameter a |
Parameter b |
Result |
0f:02:a5 |
: |
DwKl |