Method Contains
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Contains(string, params char[])
Checks whether this string contains given characters.
public static bool Contains(this string str, params char[] characters)
Parameters
Returns
- bool
Whether the string contained these characters.