DebugConvert.DoubleToString(Double) Method

Definition

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

Parameters

value
Double

The value to convert.

Returns

The string representation of value.

Implements

Applies to

See also