CuttingEdge.Conditions reference library |
ValidatorExtensions..::.StartsWith Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
StartsWith(ConditionValidator<(Of <(String>)>), String) |
Checks whether the given value starts with the specified value.
An exception is thrown otherwise.
| |
StartsWith(ConditionValidator<(Of <(String>)>), String, String) |
Checks whether the given value starts with the specified value.
An exception is thrown otherwise.
| |
StartsWith(ConditionValidator<(Of <(String>)>), String, StringComparison) |
Checks whether the given value starts with the specified value using the
specified comparisonType.
An exception is thrown otherwise.
| |
StartsWith(ConditionValidator<(Of <(String>)>), String, StringComparison, String) |
Checks whether the given value starts with the specified value using the
specified comparisonType.
An exception is thrown otherwise.
|