ToString Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns a String representation of the object.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

A String representation of the object.

See Also