'Declaration
<NotNullAttribute()> <PureAttribute()> Public Overrides NotOverridable Function ToString() As String
'Usage
Dim instance As UABrowsePath Dim value As String value = instance.ToString()
[NotNull()] [Pure()] public override string ToString()
[NotNull()] [Pure()] public: String^ ToString(); override
Return Value
A string that represents the current object.A string that represents the current object.