[ 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 string ToString(
	string type
)
Visual Basic (Declaration)
Public Function ToString ( _
	type As String _
) As String
Visual C++
public:
String^ ToString(
	String^ type
)

Parameters

type
Type: System..::.String
The type of representation to return. "v" results in verbose information; "b" results in basic information.

Return Value

A string representation of this event data.

See Also