Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / GetDouble Method / GetDouble(Object) Method
The object to convert.

In This Topic
    GetDouble(Object) Method
    In This Topic
    Converts an object to a double value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetDouble( _
       ByVal value As Object _
    ) As Double
    public static double GetDouble( 
       object value
    )

    Parameters

    value
    The object to convert.

    Return Value

    The converted value, or double.NaN if the object could not be converted.
    See Also