'Declaration
Public Shared Function FindStringIgnoreCase( _ ByVal strings As IList(Of String), _ ByVal target As String _ ) As Boolean
'Usage
Dim strings As IList(Of String) Dim target As String Dim value As Boolean value = Utils.FindStringIgnoreCase(strings, target)
public static bool FindStringIgnoreCase( IList<string> strings, string target )
public: static bool FindStringIgnoreCase( IList<String^>^ strings, String^ target )
Parameters
- strings
- target