StartsWith Method

CuttingEdge.Conditions

Overload List

  NameDescription
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.

See Also