NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

String.ToString

Returns the current instance of string.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

This string.

Remarks

The ToString method returns the current instance string. (In addition information, see Convert and Value.)

See Also

String Class | String Members | System Namespace