Overridden. Converts the attributes of this
AnnObject to a human-readable string.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Function ToString() As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnObject
Dim value As String
value = instance.ToString()
|
C# | |
---|
public override string ToString() |
C++/CLI | |
---|
public:
String^ ToString(); override |
Return Value
A string that represents the attributes of this object.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also