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

◆ ends_with() [2/8]

bool xtd::ustring::ends_with ( char8  value) const
noexcept

Determines whether the end of this string matches the specified character.

Parameters
valueThe char_t to compare to the substring at the end of this instance.
Returns
true if value matches the end of this instance; otherwise, false.