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!

Convert.ToString (Decimal)

Converts a Decimal to a String.

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

Parameters

value
The number to be converted.

Return Value

The converted value.

Remarks

Implementation is same as ToString.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToString Overload List