InputCommand::ToString Method

Converts the input command to a human readable string.

Syntax

string InputCommand::ToString(
bool useDecimalTime = true
)

Parameters

bool useDecimalTime = true
If the time should be converted to decimal time.

Return value

string
The string representation of the input command.

Remarks

None.