HUtilities Class Descriptions › CaString › CaString& Trim( void )
Removes white space from both ends of the string.
CaString
None
CaString& - reference to this string
Example
CaString d(“ My String ”); d.Trim();
More information: