Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnsiString::find Method (char, int)
Syntax
C++
int find(char 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.

1 if not found.

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