StringUtils SplitStringExcel Method C# API
Splits a string using Microsoft Excel-style quoting.

Namespace: Facilita.Util
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public static StringCollection SplitStringExcel(
	string line,
	char delim
)

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