Table of Contents

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 string

String to check.

Returns

bool

true if space is found, or false if it is not.