Class MyOpenSpace.StringBuilder
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
A stringbuilder implementation similar to .net - use in place of += for any strcat operations
|
| Method Attributes | Method Name and Description |
|---|---|
|
append(value)
Appends a string
|
|
|
clear()
Clears the stringbuilder
|
|
|
toString()
Returns the string built
|
Class Detail
MyOpenSpace.StringBuilder()
A stringbuilder implementation similar to .net - use in place of += for any strcat operations
Method Detail
append(value)
Appends a string
- Parameters:
- value
clear()
Clears the stringbuilder
toString()
Returns the string built