Skip to content

ToBase64

Converts the given string to a Base64 encoded string.

1
myScript.ToBase64(value: string):string

Parameters

string value
    The string to convert.

Returns

The Base64 encoded string.

See Also