Text.ToBinary
Koder tekst til et binært format.
Syntax
Text.ToBinary(
text as text,
optional encoding as TextEncoding.Type,
optional includeByteOrderMark as logical
) as binary
Remarks
Koder den angivne tekstværdi, text
, til en binær værdi ved hjælp af den angivne encoding
.
Category
Text.Conversions from and to text