getBase64Encoded

Returns the content of a stored file encoded using the Base64 scheme.

Syntax

function getBase64Encoded(fileName: string): string
 
Parameter Description
fileName Unique internal ID of the file (real name).

Return Value

Returns a string value that contains the file encoded using the Base64 scheme.

Examples