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

◆ contains() [4/6]

bool xtd::ustring::contains ( char32  value) const
noexcept

Returns a value indicating whether a specified char occurs within this string.

Parameters
valueThe char to seek.
Returns
true if the value parameter occurs within this string; otherwise, false.