'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function FormatInternalPublisherId( _ ByVal publisherId As Object _ ) As String
'UsageDim publisherId As Object Dim value As String value = UAPubSubUtilities.FormatInternalPublisherId(publisherId)
[JetBrains.Annotations.NotNull()] public static string FormatInternalPublisherId( object publisherId )
[JetBrains.Annotations.NotNull()] public: static String^ FormatInternalPublisherId( Object^ publisherId )
Parameters
- publisherId
- The internal publisher Id value to format. Can be
null, System.Byte, System.UInt16, System.UInt32, System.UInt64, or System.String.The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).