Click or drag to resize

StringSetFromString Method (String, Char)

Clear the set and populate it from the specified string with items separated by the specified delimiter.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int FromString(
	string s,
	char delimiter
)

Parameters

s
Type: SystemString
The delimited string of values.
delimiter
Type: SystemChar
The delimiter used to separate values.

Return Value

Type: Int32
The number of items in the resulting set.
See Also