Splits string into string arrays. This split method won't split qouted strings, but only text outside of qouted string.
For example: '"text1, text2",text3' will be 2 parts: "text1, text2" and text3.
[Missing <returns> documentation for M:LumiSoft.Net.TextUtils.SplitQuotedString(System.String,System.Char)]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)