CalendarView for WinForms
IsValid(Int32,Int32,Int32) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > EnumHelper クラス > IsValid メソッド : IsValid(Int32,Int32,Int32) メソッド
An int indivate the value you want to check
An int indicate the minimum value of your enum type
An int indicate the maximum value of your enum type
Check current value is a valid Enum type
シンタックス
'宣言
 
Public Overloads Shared Function IsValid( _
   ByVal enumValue As System.Integer, _
   ByVal minValueOfEnum As System.Integer, _
   ByVal maxValueOfEnum As System.Integer _
) As System.Boolean
public static System.bool IsValid( 
   System.int enumValue,
   System.int minValueOfEnum,
   System.int maxValueOfEnum
)

パラメータ

enumValue
An int indivate the value you want to check
minValueOfEnum
An int indicate the minimum value of your enum type
maxValueOfEnum
An int indicate the maximum value of your enum type

戻り値の型

A bool indicate the check result, if current value is a valid enum type, return true; otherwise false
解説
This method is applicable to check a Sequential defined not-flag-style enum type
参照

EnumHelper クラス
EnumHelper メンバ
オーバーロード一覧