OPC Studio User's Guide and Reference
UriStringToDisplayName Method (UATransportProfileUriStrings)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UATransportProfileUriStrings Class : UriStringToDisplayName Method
The URI of the transport profile.

The value of this parameter cannot be null (Nothing in Visual Basic).

Converts transport profile URI to transport profile display name.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function UriStringToDisplayName( _
   ByVal transportProfileUriString As String _
) As String
'Usage
 
Dim transportProfileUriString As String
Dim value As String
 
value = UATransportProfileUriStrings.UriStringToDisplayName(transportProfileUriString)
[NotNull()]
public static string UriStringToDisplayName( 
   string transportProfileUriString
)
[NotNull()]
public:
static String^ UriStringToDisplayName( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The URI of the transport profile.

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

Returns the display name that corresponds to the given transport profile URI.

This method never returns null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also