DFSLink Developer Documentation

MainClass.lineSplit Method

Split the passed line with the separator " " and "\"" into an array.

Overload List

Split the passed line with the separator " " and "\"" into an array.

private static string[] lineSplit(string);

Split the passed line with a passed separator.

private static string[] lineSplit(string,string);

See Also

MainClass Class | dfslink Namespace