EndsWith Method

CuttingEdge.Conditions

Overload List

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

See Also