C# Class Opc.Ua.Profiles

Common profiles that UA applications may support.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
NormalizeUri ( string profileUri ) : string

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

Method Details

NormalizeUri() public static method

Converts the URI to a URI that can be used for comparison.
public static NormalizeUri ( string profileUri ) : string
profileUri string The profile URI.
return string