adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RangeList<T> Class / IsValidList Method
The string to check


In This Topic
    IsValidList Method
    In This Topic
    Indicates whether a string contains a valid list of ranges
    Syntax
    'Declaration
     
    
    Public Shared Function IsValidList( _
       ByVal value As String _
    ) As Boolean
    public static bool IsValidList( 
       string value
    )
    public:
    static bool IsValidList( 
       String^ value
    ) 

    Parameters

    value
    The string to check

    Return Value

    Returns true if the value contains at least one valid range and contains no invalid items. Returns false if value is empty or contains any invalid items.
    See Also