ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CInt Method / CInt(Object) Method
object value

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

    Parameters

    value
    object value

    Return Value

    int value
    See Also