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