Contains |
Scroll |
Checks if the string list contains the specified string.
Namespace: Therefore.API
Visual Basic Public Overridable Function Contains ( _ strFind As String _ ) As Boolean C# public virtual bool Contains ( string pField ) ParametersstrFind String to look for
Return Value
|
Case InsensitiveUpper / lower case is ignored when comparing the specified string to strings in the list. |