Previous Topic: bool IsEmpty(void) const

Next Topic: long GetLength(void) const


CaString& MakeEmpty( void )

Sets string value to NULL.

Owning Class

CaString

Arguments

None

Return Value

CaString& - reference to this string

Example

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

More information: