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

1 if not found.

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

 

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