Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Converts to given string to base64

string myFiles.ToBase64(str: string)

Converts to given string to base64 coded string

string myFiles.ToBase64(str: string, encoding: number)

Arguments

string str
string to convert
number encoding
encoding page

Returns

base64 encoded string
  • No labels