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 6 Current »

Overview

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. Optional. Default is 65001 (UTF-8)

Returns

base64 encoded string
  • No labels