This document is archived and information here might be outdated. Recommended version. |
Returns the double value as string.
[Visual Basic .NET]
Public Function DoubleToString ( _
ByVal Value As Double _
) As String
[C#]
public string DoubleToString (
double Value
);
[C++]
HRESULT DoubleToString(
double Value
);
[C++] Parameters Value [in]
Value is a parameter of type double