String.LastIndexOfAny

String.LastIndexOfAny Method


Overload List

public int LastIndexOfAny( char[] anyOf );
public int LastIndexOfAny( char[] anyOf, int startIndex );
public int LastIndexOfAny( char[] anyOf, int startIndex, int count );
© 2004-2005 GlobFX Technologies. All rights reserved.