LumiSoft Net Help
SplitQuotedString Method (text, splitChar)
NamespacesLumiSoft.NetTextUtilsSplitQuotedString(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.
Declaration Syntax
C#Visual BasicVisual C++F#
public static string[] SplitQuotedString(
	string text,
	char splitChar
)
Public Shared Function SplitQuotedString ( 
	text As String,
	splitChar As Char
) As String()
public:
static array<String^>^ SplitQuotedString(
	String^ text, 
	wchar_t splitChar
)
static member SplitQuotedString : 
        text : string * 
        splitChar : char -> string[] 
Parameters
text (String)
Text to split.
splitChar (Char)
Char that splits text.
Return Value
array<String>[]()[][]

[Missing <returns> documentation for "M:LumiSoft.Net.TextUtils.SplitQuotedString(System.String,System.Char)"]

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119