System Namespace String Class
Reports the index of the first occurrence of the specified String in the given String.
[ VB ] <Serializable> Overloads Public Function IndexOf ( _ ByVal value As String _ ) As Integer [ C# ] [ Serializable ] public int IndexOf ( string value ); [ C++ ] [ Serializable ] public: int IndexOf ( String* value ); [ JScript ] public Serializable function IndexOf ( value : String ) : int;
The search begins at the first character position of this instance and continues until the last character position. The search is case-sensitive and uses the current culture.
String Members String.IndexOf Overload List Int32 CultureInfo IndexOfAny LastIndexOf LastIndexOfAny
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph