'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function GetSingleDataEncodingName( _ ByVal transportProfileUriString As String _ ) As String
'Usage
Dim transportProfileUriString As String Dim value As String value = UATransportProfileUriStrings.GetSingleDataEncodingName(transportProfileUriString)
[JetBrains.Annotations.NotNull()] public static string GetSingleDataEncodingName( string transportProfileUriString )
[JetBrains.Annotations.NotNull()] public: static String^ GetSingleDataEncodingName( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string for which the data encoding name should be obtained.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
If the transport profile given by transportProfileUriString uses a single data encoding, returns the name of this data encoding. Otherwise, returns an empty string.
This method never returns null
(Nothing
in Visual Basic).