uaPLUS Reference
FindStringIgnoreCase Method
See Also  Send Feedback
Opc.Ua Namespace > Utils Class : FindStringIgnoreCase Method

strings
target

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function FindStringIgnoreCase( _
   ByVal strings As IList(Of String), _
   ByVal target As String _
) As Boolean
C# 
public static bool FindStringIgnoreCase( 
   IList<string> strings,
   string target
)

Parameters

strings
target

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.