IDebugConvert2.DecimalToString(Decimal) Method

Definition

When implemented in a class, converts the specified Decimal value to a String.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::String ^ DecimalToString(System::Decimal value);
public string DecimalToString (decimal value);
abstract member DecimalToString : decimal -> string
Public Function DecimalToString (value As Decimal) As String

Parameters

value
Decimal

The value to convert.

Returns

The string representation of value.

Applies to

See also