
Icon | Member | Description |
---|---|---|
![]() ![]() | SplitQuotedString(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.
|
![]() ![]() | SplitQuotedString(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.
|
![]() ![]() | SplitQuotedString(String, Char, Boolean, Int32) |
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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119