LumiSoft Net Help
QuotedIndexOf Method (text, indexChar)
NamespacesLumiSoft.NetTextUtilsQuotedIndexOf(String, Char)
Gets first index of specified char. The specified char in quoted string is skipped. Returns -1 if specified char doesn't exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public static int QuotedIndexOf(
	string text,
	char indexChar
)
Public Shared Function QuotedIndexOf ( 
	text As String,
	indexChar As Char
) As Integer
public:
static int QuotedIndexOf(
	String^ text, 
	wchar_t indexChar
)
static member QuotedIndexOf : 
        text : string * 
        indexChar : char -> int 
Parameters
text (String)
Text in what to check.
indexChar (Char)
Char what index to get.
Return Value
Int32

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

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