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)
Syntaxpublic int FromString(
	string s
)
Public Function FromString ( 
	s As String
) As Integer
Parameters
- s
 - Type: SystemString
The delimited string of values. 
Return Value
Type: 
Int32The number of items in the resulting set.
See Also