Opc.Ua.Core
FindStringIgnoreCase Method



Opc.Ua Namespace > Utils Class : FindStringIgnoreCase Method
Checks if the target is in the list. Comparisons ignore case.
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members