Text.ToBinary
Encodes text into a binary form.
function (optionaltext
as nullable any, optionalencoding
as nullable any, optionalincludeByteOrderMark
as nullable any) as nullable any
Encodes the given text value,
text
, into a binary value using the specified encoding
.Text.Conversions from and to text
Last modified 4yr ago