Binary.ToText

This function returns the text value resulting from converting a binary list of numbers into a text value. An encoding can be specified to determine how the text value is generated. The available enco...

Syntax

Binary.ToText(binary as nullable binary, optional encoding as nullable number) as nullable text

About

This function returns the text value resulting from converting a binary list of numbers into a text value. An encoding can be specified to determine how the text value is generated. The available encoding options are BinaryEncoding.Base64 for Base 64 encoding and BinaryEncoding.Hex for Hex encoding.