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
s
stringString to check.
Returns
- bool
true
if semicolon is found, orfalse
if it is not.