API Reference > Other Classes > OdString Class > OdString Methods > reverseFind Method > OdString::reverseFind Method (OdChar, int)
OdString::reverseFind Method (OdChar, int)
Syntax
C++
int reverseFind(OdChar searchChar, int startIndex) const;
Parameters 
Description 
OdChar searchChar 
[in] Search character.  
int startIndex 
[in] An index from which to start searching back. 

1 if not found.

Returns the last occurrence of the specified character in this String object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.