Mono Class Library: System.String Overview | MembersSystem.String.LastIndexOfAny Method |
Returns the index of the last occurrence of any element of a specified array of characters in the current instance. [Edit]
|
- anyOf
- An array of Unicode characters. [Edit]
A int containing the index of the last occurrence of any element of anyOf in the current instance, if found; otherwise, -1. [Edit]
Type Reason ArgumentNullException anyOf is a null reference. [Edit]
This method is case-sensitive. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0