System::Globalization::CompareInfo::IndexOf-Methode
CompareInfo::IndexOf(const String&, char16_t) const method
Sucht nach dem angegebenen Zeichen.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, CompareOptions) const method
Sucht nach dem angegebenen Zeichen. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int) const method
Sucht nach dem angegebenen Zeichen.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
| start_index | int | Startindex für die Suche im Quellstring. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, CompareOptions) const method
Sucht nach dem angegebenen Zeichen. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
| start_index | int | Startindex für die Suche im Quellstring. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, int) const method
Sucht nach dem angegebenen Zeichen.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
| start_index | int | Startindex für die Suche im Quellstring. |
| count | int | Anzahl der Zeichen im Quellstring. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, int, CompareOptions) const method
Sucht nach dem angegebenen Zeichen. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Zeichen. |
| start_index | int | Startindex für die Suche im Quellstring. |
| count | int | Anzahl der Zeichen im Quellstring. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&) const method
Sucht nach Teilzeichenfolge.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, CompareOptions) const method
Sucht nach Teilzeichenfolge. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int) const method
Sucht nach Teilzeichenfolge.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, CompareOptions) const method
Sucht nach Teilzeichenfolge. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, int) const method
Sucht nach Teilzeichenfolge.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
| count | int | Anzahl der Zeichen im Quellstring. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, int, CompareOptions) const method
Sucht nach Teilzeichenfolge. Nur der Ordinalmodus wird unterstützt.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
| count | int | Anzahl der Zeichen im Quellstring. |
| Optionen | CompareOptions | Suchoptionen. |
ReturnValue
Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++