Skip to content

FromBase64

Converts the given Base64 encoded string to a string.

1
myFiles.FromBase64(content: string, encoding: number):string

Parameters

string content
    The Base64 encoded string.

number encoding
    The encoding code page. Optional. The default is 65001 (UTF-8).

Returns

The decoded string.