| Category | Data Utilities |
| Default Catalog | Visual FoxPro Catalog\Foundation Classes\Utilities |
| Class | _stringlib |
| Base Class | Custom |
| Class Library | _utility.vcx |
| Parent Class | _custom |
Remarks
This class removes carriage return and line feed characters from a character string.
See Guidelines for Using Visual FoxPro Foundation Classes for more information on using foundation classes.
| Properties, Events, Methods | Description |
| TrimCRLF method | Trims carriage return and line feed characters from a character string. Syntax: TrimCRLF (tcString, tlTrimLeft, tlTrimRight) Return: none Arguments: tcString specifies the string to trim. tlTrimLeft specifies whether to trim the left side. tlTrimRight specifies whether to trim the right side. |