Click or drag to resize

StringExtensionsIgnoreCase Method

True if case should be ignored

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public static string IgnoreCase(
	this string me
)

Parameters

me
Type: SystemString

[Missing <param name="me"/> documentation for "M:SanteDB.OrmLite.StringExtensions.IgnoreCase(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.OrmLite.StringExtensions.IgnoreCase(System.String)"]

Usage 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).
See Also