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