| HelperCreateTabString Method  | 
            Creates a tab-delimited string containing the object's string values.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static string CreateTabString(
	params Object[] objectCollection
)
Public Shared Function CreateTabString ( 
	ParamArray objectCollection As Object()
) As String
public:
static String^ CreateTabString(
	... array<Object^>^ objectCollection
)
static member CreateTabString : 
        objectCollection : Object[] -> string 
Parameters
- objectCollection
 - Type: SystemObject
The objects to put in the string 
Return Value
Type: 
StringA tab-delimited string
See Also