Lines Functions
Functions for converting text to and from lists of lines.
- Lines.FromBinarySplits binary content into a list of text lines.
- Lines.FromTextSplits a text value into a list of lines.
- Lines.ToBinaryConverts a list of text lines to a binary value using the specified encoding and line separator options.
- Lines.ToTextConverts a list of text lines into a single text value by joining the lines with line separators.