LumiSoft Mail Server User API
QuotedIndexOf Method (text, indexChar)
Namespaces > LumiSoft.Net > TextUtils > QuotedIndexOf(String, Char)
Gets first index of specified char. The specified char in quoted string is skipped. Returns -1 if specified char doesn't exist.
Syntax
C#Visual BasicManaged C++
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
)
Parameters
text (String)
Text in what to check.
indexChar (Char)
Char what index to get.
Return Value

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

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