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!

Single.ToString ()

Creates a String with the value of this instance.

[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;

Remarks

The ToString method calls a ToString(float) with the value of this instance. ToString must be consumable by FromString.

Overrides ToString.

See Also

Single Structure | Single Members | System Namespace | Single.ToString Overload List | Object