HexToBase64

Description

Converts a Hex string to a Base64 string. A hex string is a string containing only the characters 0-9 and A-F. If you are calling this command from tier 2 this string must be deleted when you are done with it.

Definition

string HexToBase64( input )

Parameters