Splits a string using Microsoft Excel-style quoting.
Namespace: Facilita.UtilAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- line
- Type: System String
The string to split.
- delim
- Type: System Char
The token to use as delimiters.
Return Value
A list of strings.See Also