Collation.EndsWith MethodCollation.EndsWith MethodCollation::EndsWith Method
Returns a boolean value indicating whether one string ends with a specified suffix under this collation.
Parameters
- value
- suffix
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the value ends with suffix; otherwise
falseFalsefalse.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
value or suffix is null
a null reference (Nothing in Visual Basic)
nullptr.
|
Remarks
This method implements the fn:ends-with function for the specified collation, and should follow the
same semantics.
