Table of Contents

Method ContainsCaseInsensitive

Namespace
Innova.Data
Assembly
Innova.Data.dll

ContainsCaseInsensitive(string, string)

Determines whether a string contains a specified value, ignoring case.

public static bool ContainsCaseInsensitive(this string text, string value)

Parameters

text string

The string to search.

value string

The value to find.

Returns

bool

true if the string contains the specified value; otherwise, false.