Table of Contents

Method ContainsSemicolon

Namespace
Alternet.UI.Extensions
Assembly
Alternet.UI.Common.dll

ContainsSemicolon(string)

Reports whether semicolon character is found in the string.

public static bool ContainsSemicolon(this string s)

Parameters

s string

String to check.

Returns

bool

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