System.UnicodeString.IndexOfAny
C++
int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High);
int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High, int StartIndex);
int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High, int StartIndex, int Count);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | ustring.h | System | UnicodeString |
Description
Embarcadero Technologies does not currently have any additional information.