Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::find Method (OdChar, int)
Syntax
C++
int find(OdChar searchChar, int startIndex) const;

 

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

Parameters
Description
searchChar
[in] Search character.
startIndex
[in] Start index of search.

1 if not found.

Copyright © 2002-2022. Open Design Alliance All rights reserved.