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

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.