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!

Char.ToString ()

Converts this instance of Char to its Sring representation.

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

Return Value

The string representation of this instance.

Remarks

This method overrides ToString.

See Also

Char Structure | Char Members | System Namespace | Char.ToString Overload List