Mono Class Library: System.Convert Overview | Members

System.Convert.ToString Method

Converts a decimal to a string .

public static string ToString (decimal value)

Parameters

value
The decimal value to be converted.

Returns

Returns the value returned by value.ToString().

Remarks

Note: See decimal.ToString.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0