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

Converts a Single to a String.

Overload List

Creates a String representation of the specified Single value.

[Visual Basic] Overloads Public Shared Function ToString(Single) As String
[C#] public static string ToString(float);
[C++] public: static String* ToString(float);
[JScript] public static function ToString(float) : String;

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;

See Also

Single Structure | Single Members | System Namespace