public static int[]? IndicesOfToken(
string inString,
char token,
int startIndex = 0,
bool matchCase = true
)
Public Shared Function IndicesOfToken (
inString As String,
token As Char,
Optional startIndex As Integer = 0,
Optional matchCase As Boolean = true
) As Integer()
public:
static array<int>^ IndicesOfToken(
String^ inString,
wchar_t token,
int startIndex = 0,
bool matchCase = true
)
Gemstone.IO.Parsing.StringParser.IndicesOfToken = function(inString, token, startIndex, matchCase);
[Missing <returns> documentation for "M:Gemstone.IO.Parsing.StringParser.IndicesOfToken(System.String,System.Char,System.Int32,System.Boolean)"]