Click or drag to resize

StringSetAdd Method (String, Char)

Add items from a separator-separated list of items. For example, adding "a;b;c" with ';' separator adds 3 items, "a", "b", "c". Note that blank and null items are skipped.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string list,
	char separator
)

Parameters

list
Type: SystemString
The separator-separated list of items.
separator
Type: SystemChar
The separator character.

Return Value

Type: Int32
The number of items added.
See Also