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