Skip to main content

GetPlainString(string) Method

Removes the carriage return and carriage linefeed symbols from a specified string.

Declaration

function GetPlainString(const S: string): string;

Parameters

Name Type
S string

Returns

Type
string

Remarks

Removes the carriage return and carriage linefeed symbols from the string specified by the S parameter. Use this function to convert a string expression to plain text without line breaks.

See Also