Table of Contents

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 string

String to check.

Returns

bool

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