StringPrototype::lastIndexOf Method (Object^, Object^, Double)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Searches for the last occurrence of the specified string in the specified object, starting from the specified character position.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::HasThisObject, JSBuiltin::String_lastIndexOf)] static int lastIndexOf( Object^ thisob, Object^ searchString, double position )
Parameters
- thisob
-
Type:
System::Object^
The object that this method is acting upon.
- searchString
-
Type:
System::Object^
The string to search for.
- position
-
Type:
System::Double
The position at which to start the search.
Return Value
Type: System::Int32The position of the last occurrence of searchString, if it is found.
.NET Framework
Available since 1.1
Available since 1.1
Show: