Convert the given object to a base64 string.

Syntax

Smartsite SXML CopyCode image Copy Code
string convert.tobase64(any data)

Parameters

Name Data Type Description
data Any The data to encode.

Return Value

Data Type Description
String Base64 encoded string

Expand image Example

Expand image See Also

SXML