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.
string HexToBase64( input )
char* agk::HexToBase64( const char* input )