ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _IntegerConverter Class / _IntegerConverter Constructor

In This Topic
    _IntegerConverter Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       ByVal defaultValue As Integer _
    )
    public _IntegerConverter( 
       bool strictMode,
       int defaultValue
    )

    Parameters

    strictMode
    defaultValue
    See Also