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