ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Functions Class / parseInt Method

In This Topic
    parseInt Method (Functions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function parseInt( _
       ByVal value As String, _
       Optional ByVal fromBase As Integer _
    ) As Double
    public static double parseInt( 
       string value,
       int fromBase
    )

    Parameters

    value
    fromBase
    See Also