|
Trim
Removes all characters within a set (as well as ' ','\t','\r','\n') at both ends of a string from this string.
int Trim(
|
Parameters
targets
[in] Set of characters to remove.
Return Value
Number of removed characters.
Example:
//--- example for CString::Trim
|