Text.ToBinary
Code le texte sous forme binaire.
Syntax
Text.ToBinary(
text as text,
optional encoding as TextEncoding.Type,
optional includeByteOrderMark as logical
) as binary
Remarks
Code la valeur de texte spécifiée, text
, en une valeur binaire à l'aide du encoding
spécifié.
Category
Text.Conversions from and to text