Click or drag to resize
FormatExplode Method
Convert a string of values into an array for use with checkboxes.

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> Explode(
	string delimiter = "|"
)

Parameters

delimiter (Optional)
Type: SystemString
Delimiter to split on

Return Value

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