Skip to content

ConvertFromBase64 Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bin ConvertFromBase64(base64string:string)

Description

Converts a base64 string to a byte array.

Remarks

If the input string is null, an exception is thrown.

Supported Version

2.14.728.0 and later

Examples

ConvertFromBase64([//WorkflowData/Photo])

Clone this wiki locally