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

In This Topic
    GetInt(Object) Method
    In This Topic
    Converts an object to an integer value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetInt( _
       ByVal value As Object _
    ) As Integer
    public static int GetInt( 
       object value
    )

    Parameters

    value
    The object to convert.

    Return Value

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