<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Methods > <StringBuilder>.Clear |
Description
Clears the text content of the string buffer object. The capacity will be reset to initial value:
•16 by default, or user specified
•for string initialized string builder, the capacity will be set to initial string length * 2
Syntax
<StringBuilder>.Clear
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples