toString

The toString method returns the value of a String object

 

Syntax

System.String toString();

 

Return Value

Returns the value of a string object.

 

Remarks

Member of string.

 

Example