Method ContainsChar
- Namespace
- Alternet.UI.Extensions
- Assembly
- Alternet.UI.Common.dll
ContainsChar(string, char)
Reports whether the specified Unicode character is found in the string.
public static bool ContainsChar(this string s, char ch)
Parameters
Returns
- bool
true
if that character is found, orfalse
if it is not.