LumiSoft Mail Server User API
SplitQuotedString Method
Namespaces > LumiSoft.Net > TextUtils > SplitQuotedString
Members
IconMemberDescription
static memberSplitQuotedString(String, Char)
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.
static memberSplitQuotedString(String, Char, Boolean)
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.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)