Click or drag to resize
HelperCreateTabString Method
Creates a tab-delimited string containing the object's string values.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string CreateTabString(
	params Object[] objectCollection
)

Parameters

objectCollection
Type: SystemObject
The objects to put in the string

Return Value

Type: String
A tab-delimited string
See Also