'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.
Return Value
Returns the display name that corresponds to the given transport profile URI.