'Declaration
<NotNullAttribute()> Public Overrides NotOverridable Function ToString() As String
'Usage
Dim instance As UAQualifiedName Dim value As String value = instance.ToString()
[NotNull()] public override string ToString()
[NotNull()] public: String^ ToString(); override
Return Value
A string that represents the current object.A string that represents the current object.Returns the (unexpanded, i.e. unqualified) name of the qualified name.