xtd 0.2.0
Loading...
Searching...
No Matches

◆ ends_with() [8/8]

bool xtd::ustring::ends_with ( const ustring value,
xtd::string_comparison  comparison_type 
) const
noexcept

Determines whether the end of this string matches the specified string when compared using the specified comparison option.

Parameters
comparison_typeOne of the enumeration values that determines how this string and value are compared.
Returns
bool true if value matches the end of the specified string; otherwise, false.