Click or drag to resize
HelperCreateDelimitedString Method
Creates a 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 CreateDelimitedString(
	string delimiter,
	params Object[] objectCollection
)

Parameters

delimiter
Type: SystemString
The string that will delimit the objects
objectCollection
Type: SystemObject
The objects to put in the string

Return Value

Type: String
A delimiter-delimited string
See Also