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