Returns a String composed by the item's values.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public override string ToString()

Return Value

A String that represents the item.

Remarks

This method allows easy printing of an item. The returned string is the concatenation of all values inside the item, separated by a blank.
Times will be represented by their underlying value, for instance as an Int64 value holding the number of ticks.

See Also