Clear string |
![]() |
|
|
|
|
|
Clears the string (length becomes 0), but does not release the currently allocated buffer.
For convenience, returns a reference to self.
|
|
|
|
|
Clears the string and releases the allocated buffer.
For convenience, returns a reference to self.
See also: Basic operations, IsEmpty