GetPlainString(string) Method
In This Article
Removes the carriage return and carriage linefeed symbols from a specified string.
#Declaration
#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