String.IndexOfAny

String.IndexOfAny Method


Overload List

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