'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function UriToDisplayName( _ ByVal transportProfileUriString As String _ ) As String
'Usage
Dim transportProfileUriString As String Dim value As String value = UATransportProfileUriStrings.UriToDisplayName(transportProfileUriString)
[JetBrains.Annotations.NotNull()] public static string UriToDisplayName( string transportProfileUriString )
[JetBrains.Annotations.NotNull()] public: static String^ UriToDisplayName( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The URI string 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).