Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRangeCollection Class / Parse Method
The string to parse.

In This Topic
    Parse Method
    In This Topic
    Parses a string into a collection of RulesEngineRange.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal stringValue As String _
    ) As RulesEngineRangeCollection
    public static RulesEngineRangeCollection Parse( 
       string stringValue
    )

    Parameters

    stringValue
    The string to parse.
    See Also