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

◆ ends_with() [6/8]

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

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

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