string class : S getter

Description

Gets a new instance with the same value as the calling instance.

Syntax

stringInstance.S

Arguments

None

Return value

ClassDescription
stringA new instance with the same value as the calling instance.

Sample code

//anyString is an instance of string type.

string newInstance = anyString.S;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.