Table of Contents

Method ContainsComma

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

ContainsComma(string)

Reports whether comma character is found in the string.

public static bool ContainsComma(this string s)

Parameters

s string

String to check.

Returns

bool

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