StringSetFromString Method (String, Char, SplitOptions) |
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,
SplitOptions opts
)
Public Function FromString (
s As String,
delimiter As Char,
opts As SplitOptions
) As Integer
Parameters
- s
- Type: SystemString
The delimited string of values. - delimiter
- Type: SystemChar
The delimiter used to separate values. - opts
- Type: NetQuarrySplitOptions
Options specifying how to split the input string.
Return Value
Type:
Int32The number of items in the resulting set.
See Also