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