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

◆ contains() [6/6]

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

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

Parameters
valueThe string to seek.
Returns
true if the value parameter occurs within this string, or if value is the empty string (""); otherwise, false.