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 Basic | Visual 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
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