Converts a CommandLog to its string representation.

Namespace:  Mindscape.LightSpeed.Logging
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static explicit operator string (
	CommandLog commandLog
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	commandLog As CommandLog _
) As String

Parameters

commandLog
Type: Mindscape.LightSpeed.Logging..::.CommandLog
The CommandLog object.

Return Value

A string representation of the logged command.

Remarks

This operator is provided primarily for code written against previous versions of LightSpeed which assumed that log records were always strings.

See Also