Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool ContainsCaseInsensitive(
this string value,
string searchText
)
public static bool ContainsCaseInsensitive(
this string value,
string searchText
)
<ExtensionAttribute>
Public Shared Function ContainsCaseInsensitive (
value As String,
searchText As String
) As Boolean
<ExtensionAttribute>
Public Shared Function ContainsCaseInsensitive (
value As String,
searchText As String
) As Boolean
public:
[ExtensionAttribute]
static bool ContainsCaseInsensitive(
String^ value,
String^ searchText
)
public:
[ExtensionAttribute]
static bool ContainsCaseInsensitive(
String^ value,
String^ searchText
)
static member ContainsCaseInsensitive :
value : string *
searchText : string -> bool
static member ContainsCaseInsensitive :
value : string *
searchText : string -> bool
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).