Text.ToBinary
Codiert Text in ein Binärformat.
Syntax
Text.ToBinary(
text as text,
optional encoding as TextEncoding.Type,
optional includeByteOrderMark as logical
) as binary
Remarks
Codiert den angegebenen Textwert (text
) unter Verwendung der Angabe für "encoding
" in einen Binärwert.
Category
Text.Conversions from and to text