ph_base64decode1 PowerHome formula function (Deprecated)
Description
Decodes a base64 string returning the output as a string of decimal ASCII codes.
Syntax
ph_base64decode1 ( input )
Argument Description
input Base64 string to decode.
Return value
String. Returns the decoded base64 input as a concatenated list of ASCII values.
Examples
The following examples demonstrate typical syntax/usage for this function.
ph_base64decode1("VEVTVA== ") This call will return the string "084069083084".  The actual ASCII characters (084 069 083 084) equate to the string of "TEST"