string class : string() fitter
Description
Get a new instance of string class with initial value.
Syntax
new string()
Arguments
None.
Return value
Class | Description |
string | A new instance of string class with initial value. |
Sample code
string newString = new string();
Notes
The initial value is an empty string.
Links for reference
None.