Click or drag to resize

StringSetFromString Method (String)

Clear the set and populate it from the specified string with items separated by the default 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
)

Parameters

s
Type: SystemString
The delimited string of values.

Return Value

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