Sitecore 5.1.1 API

StringUtil.IndexOf Method (String, Char, Int32)

[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
);

See Also

StringUtil Class | Sitecore Namespace | StringUtil.IndexOf Overload List