IDebugConvert.DoubleToString(Double) Method

Definition

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

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

public:
 System::String ^ DoubleToString(double value);
public string DoubleToString (double value);
abstract member DoubleToString : double -> string
Public Function DoubleToString (value As Double) As String

Parameters

value
Double

The value to convert.

Returns

The string representation of value.

Applies to

See also