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!

SQLDouble.ToString

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

[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

SQLDouble Structure | SQLDouble Members | System.Data.SQLTypes Namespace