Previous Topic: long GetLength(void) const

Next Topic: bool IsValid(void) const


CaString& Trim( void )

Removes white space from both ends of the string.

Owning Class

CaString

Arguments

None

Return Value

CaString& - reference to this string

Example

CaString d(“  My String  ”); d.Trim();

More information: