Script FromBase64¶ Converts the given Base64 encoded string to a regular string. 1myScript.FromBase64(base64: string):string Parameters¶ string base64 The Base64 encoded string to convert. Returns¶ The decoded string. See Also¶ Script.ToBase64