Visual Basic (Usage) | ![]() |
---|---|
Dim strings As IList(Of String) Dim target As String Dim value As Boolean value = Utils.FindStringIgnoreCase(strings, target) |
C# | |
---|---|
public static bool FindStringIgnoreCase( IList<string> strings, string target ) |
Parameters
- strings
- target
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x