Trim
The FSF.Trim function removes all leading and trailing whitespace from a string.
char* WINAPI Trim( char *Str );
Parameters
Str
The string from which you want to remove the leading and trailing whitespace.
Return value
On return Str contains the string with all leading and trailing whitespace removed.
See also: