Text.ToBinary
Koduje tekst w formie binarnej.
Syntax
Text.ToBinary(
text as text,
optional encoding as TextEncoding.Type,
optional includeByteOrderMark as logical
) as binary
Remarks
Koduje daną wartość tekstową text
w formie wartości binarnej, używając określonego formatu encoding
.
Category
Text.Conversions from and to text