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