Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
These functions convert lists of text to and from binary and single text values.
| Name | Description |
|---|---|
| Lines.FromBinary | Converts a binary value to a list of text values split at lines breaks. |
| Lines.FromText | Converts a text value to a list of text values split at lines breaks. |
| 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. |
| Lines.ToText | Converts a list of text into a single text. The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used. |