API Reference > Other Classes > OdString Class > OdString Methods > find Method > OdString::find Method (OdChar, int)
OdString::find Method (OdChar, int)
Syntax
C++
int find(OdChar searchChar, int startIndex) const;
Parameters 
Description 
OdChar searchChar 
[in] Search character.  
int startIndex 
[in] Start index of search. 

1 if not found.

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

 

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