







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