Returns a string representation of the clas.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public NotOverridable Function ToString() As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DynamicProperty
Dim value As String
value = instance.ToString()
|
| C# | |
|---|
public override string ToString() |
| Managed Extensions for C++ | |
|---|
public: string* ToString(); override |
| C++/CLI | |
|---|
public:
String^ ToString(); override |
Return Value
A string representation of the class.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also