string class : string() fitter

Description

Get a new instance of string class with initial value.

Syntax

new string()

Arguments

None.

Return value

ClassDescription
stringA 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.

Copyright © Rice All rights reserved.