|
| CuttingEdge.Conditions reference library |
| ValidatorExtensions..::.IsTrue Method |
| ValidatorExtensions Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | IsTrue(ConditionValidator<(Of <(Boolean>)>)) |
Checks whether the given value is true. An exception is thrown otherwise.
|
![]() ![]() | IsTrue(ConditionValidator<(Of <(Nullable<(Of <(Boolean>)>)>)>)) |
Checks whether the given value is true. An exception is thrown otherwise.
|
![]() ![]() | IsTrue(ConditionValidator<(Of <(Boolean>)>), String) |
Checks whether the given value is true. An exception is thrown otherwise.
|
![]() ![]() | IsTrue(ConditionValidator<(Of <(Nullable<(Of <(Boolean>)>)>)>), String) |
Checks whether the given value is true. An exception is thrown otherwise.
|

