Decodes a base64 encoded string.

Syntax

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

Parameters

Name Data Type Description
data String The data.

Return Value

Data Type Description
String Decoded string

Expand image Example

Expand image See Also

SXML