When an arbitrary TeaFile is read, and the file holds a description, item's can be read but there is no type available that represents them. In this case, the item's fields are stored in the values collection of an Item instance. This Print method will print such item's values, separated by blanks.

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

Syntax

public string GetValueString(
	Item item
)

Parameters

item
Type: TeaTime..::..Item
The untyped item.

Return Value

[Missing <returns> documentation for "M:TeaTime.ItemDescription.GetValueString(TeaTime.Item)"]

See Also