DebugConvert.DecimalToString(Decimal) Method

Definition

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:
 virtual System::String ^ DecimalToString(System::Decimal value);
public string DecimalToString (decimal value);
abstract member DecimalToString : decimal -> string
override this.DecimalToString : decimal -> string
Public Function DecimalToString (value As Decimal) As String

Parameters

value
Decimal

The value to convert.

Returns

The string representation of value.

Implements

Applies to

See also