'DeclarationPublic Function ToTopicLevel() As String
'UsageDim instance As UAPublisherId Dim value As String value = instance.ToTopicLevel()
public string ToTopicLevel()
public: String^ ToTopicLevel();
Return Value
Returns an empty string if the publisher Id is null. Otherwise, returns the string identifier for string-type publisher Ids, or the numeric value converted to string for numeric publisher Ids.
This method never returns null (Nothing in Visual Basic).