EasyUA Reference
FindStringIgnoreCase Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : FindStringIgnoreCase Method

strings
target

Glossary Item Box

Checks if the target is in the list. Comparisons ignore case.

Syntax

Visual Basic (Usage)Copy Code
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

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.