Binary.FromText

This function returns the outcome of converting a text value to a binary form, represented as a list of numbers. Users can specify the encoding format used in the text value. The available encoding fo...

Syntax

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

About

This function returns the outcome of converting a text value to a binary form, represented as a list of numbers. Users can specify the encoding format used in the text value. The available encoding formats include: Base64 for Base 64 encoding, and Hex for Hex encoding.