System.UnicodeString.IndexOf
C++
int IndexOf(System::WideChar Value);
int IndexOf(System::UnicodeString Value);
int IndexOf(System::WideChar Value, int StartIndex);
int IndexOf(System::UnicodeString Value, int StartIndex);
int IndexOf(System::WideChar Value, int StartIndex, int Count);
int IndexOf(System::UnicodeString Value, 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.