Method ContainsSemicolon
- Namespace
- Alternet.UI.Extensions
- Assembly
- Alternet.UI.Common.dll
ContainsSemicolon(string)
Reports whether semicolon character is found in the string.
public static bool ContainsSemicolon(this string s)
Parameters
sstringString to check.
Returns
- bool
trueif semicolon is found, orfalseif it is not.