'Declaration<JetBrains.Annotations.NotNullAttribute()> Function ToTopicLevel() As String
'UsageDim instance As _UAPublisherId Dim value As String value = instance.ToTopicLevel()
[JetBrains.Annotations.NotNull()] string ToTopicLevel()
[JetBrains.Annotations.NotNull()] 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).