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!

Decimal.ToString

[To be supplied.]

Overload List

Converts this instance of Decimal to a String.

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

Converts a specified Decimal to a String

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

See Also

Decimal Structure | Decimal Members | System Namespace