Returns a string representation of the object.

 

   

Syntax
 

[C#]
override string ToString()

 

   

Params
 
Name Description
return The string representation of the object.

 

   

Notes
 

This method returns the string value of the object. This is equivalent to reading the String property of the object.

 

   

Example
 

None.