Lines.ToBinary
Converts a list of text into a binary value using the specified encoding and lineSeparator.The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
function (lines
as list, optionallineSeparator
as nullable any, optionalencoding
as nullable any, optionalincludeByteOrderMark
as nullable any) as binary
Converts a list of text into a binary value using the specified encoding and lineSeparator.The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
Lines
Last modified 4yr ago