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, seperated by separator.

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

Syntax

public string GetValueString(
	Item item,
	string separator
)

Parameters

item
Type: TeaTime..::..Item
The untyped item.
separator
Type: System..::..String
The separator between the fields.

Return Value

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

See Also