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

target
pattern
caseSensitive

Glossary Item Box

Tests if the specified string matches the specified pattern.

Syntax

Visual Basic (Usage)Copy Code
Dim target As String
Dim pattern As String
Dim caseSensitive As Boolean
Dim value As Boolean
 
value = Utils.Match(target, pattern, caseSensitive)
C# 
public static bool Match( 
   string target,
   string pattern,
   bool caseSensitive
)

Parameters

target
pattern
caseSensitive

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.