Returns a value indicating whether a specified string occurs within this string, using the specified comparison rules....if (b) { int index = s1->IndexOf(s2); if (index >= 0) Console::WriteLine("'{0}...character position {1}", s2, index + 1); } } // This example displays...