







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