Power Query
published
Search
⌃K

Lines.ToBinary

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, optional lineSeparator as nullable any, optional encoding as nullable any, optional includeByteOrderMark as nullable any) as binary

Description

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.

Category

Lines