In This Topic
Specifies formatting options.
Members
| Member | Description |
| Comma | Appends trailing comma to lines. |
| CR | Appends a trailing CR to lines that don't already have one. |
| CRLF | Appends trailing CRLF to lines. |
| EOLMask | Mask used to select the EOL options. |
| NoFinalAppend | Does not append selected trailing character to the end of the string. |
| None | Don't append anything to lines. |
| TAB | Appends trailing TAB to lines. |
| UnwantedComma | Replaces unwanted characters with commas. Otherwise unwanted characters are replaced with spaces. |
| UnwantedSkip | Omits unwanted characters from the string. |
See Also