Read Me - Common Public License V1.0 - Copyright Notice(©)

decodeBase64


>>-decodeBase64------------------------------------------------><

Returns a new string containing the decoded version of the base64 encoded receiving string. If the receiving string is not in base64 format then the returned result is undefined.

String class - decodeBase64 method


"YWJjZGVm"~decodeBase64       ->    "abcdef"

Read Me - Common Public License V1.0 - Copyright Notice(©)