|
| CuttingEdge.Conditions reference library |
| ValidatorExtensions..::.DoesNotEndWith Method |
| ValidatorExtensions Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | DoesNotEndWith(ConditionValidator<(Of <(String>)>), String) |
Checks whether the end of the given value does not match the specified value.
An exception is thrown otherwise.
|
![]() ![]() | DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, String) |
Checks whether the end of the given value does not match the specified value.
An exception is thrown otherwise.
|
![]() ![]() | DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, StringComparison) |
Checks whether the end of the given value does not match the specified value
using the specified comparison option.
An exception is thrown otherwise.
|
![]() ![]() | DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, StringComparison, String) |
Checks whether the end of the given value does not match the specified value
using the specified comparison option.
An exception is thrown otherwise.
|

