Text.ToBinary
Encodes text into a binary form.
Syntax
Text.ToBinary(
text as text,
optional encoding as TextEncoding.Type,
optional includeByteOrderMark as logical
) as binary
Remarks
Encodes the given text value, text
, into a binary value using the specified encoding
.
Category
Text.Conversions from and to text