Click or drag to resize
FormatImplode Method
Convert an array of values from a checkbox into a string which can be used to store in a text field in a database.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static Func<Object, Dictionary<string, Object>, Object> Implode(
	string delimiter = "|"
)

Parameters

delimiter (Optional)
Type: SystemString
Delimiter to join on

Return Value

Type: FuncObject, DictionaryString, Object, Object
Formatter delegate
See Also