| Visual Basic (Declaration) | |
|---|---|
Overrides Public Function ToString() As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override string ToString() | |
| C++/CLI | |
|---|---|
public: String^ ToString(); override | |
Return Value
string that is the name of this method.For an example, refer to IRasterCommand.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code