Text.ToBinary

Converts the provided text input, text, into a binary format using the chosen encoding method.

Syntax

Text.ToBinary(text as nullable text, optional encoding as nullable number, optional includeByteOrderMark as nullable logical) as nullable binary

About

Converts the provided text input, text, into a binary format using the chosen encoding method.