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

◆ ends_with() [7/8]

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

Determines whether the end of this string instance matches the specified string when compared using the specified culture.

Parameters
ignore_casetrue to ignore case during the comparison; otherwise, false.
Returns
bool true if value matches the end of the specified string; otherwise, false.