ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _StringValidator Class / _StringValidator Constructor

In This Topic
    _StringValidator Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       Optional ByVal acceptNull As Boolean, _
       Optional ByVal acceptsEmpty As Boolean _
    )
    public _StringValidator( 
       bool strictMode,
       bool acceptNull,
       bool acceptsEmpty
    )

    Parameters

    strictMode
    acceptNull
    acceptsEmpty
    See Also