convert hex to base64()
This function converts a string a, which represents a hexadecimal value, into a Base64 value.
Parameters
|
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 |