[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

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

Gets a string representation of this event data.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

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 this event data.

Remarks

The results of this method vary based on the type of build passed. For builds with the DEBUG constant defined, the result will be a verbose response. For builds without it defined, it will limit itself to basic information. For more information, see ToString(string).

See Also