System::String::Contains method

String::Contains method

Checks if str is a substring of current string.

bool System::String::Contains(const String &str) const
ParameterTypeDescription
strconst String&Lookup string.

ReturnValue

true if substring is present, false otherwise.

See Also