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

profileUri
The profile URI.

Glossary Item Box

Converts the URI to a URI that can be used for comparison.

Syntax

Visual Basic (Usage)Copy Code
Dim profileUri As String
Dim value As String
 
value = Profiles.NormalizeUri(profileUri)
C# 
public static string NormalizeUri( 
   string profileUri
)

Parameters

profileUri
The profile URI.

Return Value

The normalixed URI.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.