Overload List

  Name Description
Public method GetValueString(Item)
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.
Public method GetValueString(Item, String)
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.

See Also