Converts a double to an XML double.
[Visual Basic .NET] Public Function FromDouble ( _ ByVal Value As Double _ ) As String
[C#] public string FromDouble ( double Value );
[C++]
HRESULT FromDouble(
double Value,
BSTR* Text
);
[C++]Parameters
Value [in] Value is a parameter of type double Text [out, retval] Text is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.