ComponentOne MultiSelect for WinForms
C1.Framework Namespace / EnumHelper Class / IsValid Method / IsValid(Int32,Int32,Int32,Int32) Method

In This Topic
    IsValid(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsValid( _
       ByVal enumValue As Integer, _
       ByVal minValueOfEnum As Integer, _
       ByVal maxValueOfEnum As Integer, _
       ByVal maxNumberOfBitsOn As Integer _
    ) As Boolean

    Parameters

    enumValue
    minValueOfEnum
    maxValueOfEnum
    maxNumberOfBitsOn
    See Also