Sitecore 5.0 API

StringUtil.IndexOf Method (String, Char, Int32)

Indexs the of.

[Visual Basic]
Overloads Public Shared Function IndexOf( _
   ByVal text As String, _
   ByVal value As Char, _
   ByVal occurrence As Integer _
) As Integer
[C#]
public static int IndexOf(
   string text,
   char value,
   int occurrence
);

Parameters

text
Text.
value
Value.
occurrence
Occurrence.

See Also

StringUtil Class | Sitecore Namespace | StringUtil.IndexOf Overload List