Skip to content

ConvertToBase64 Function

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

Syntax

base64string ConvertToBase64(input:bin)

Description

Converts a byte array to a base64 encoded string.

Remarks

If the input byte array is null, an exception is thrown.

Supported Version

2.14.728.0 and later

Examples

ConvertToBase64([//Target/Photo])

Clone this wiki locally