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