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

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

    Parameters

    value
    string value

    Return Value

    int value
    See Also