System::Globalization::CompareInfo::LastIndexOf Methode
CompareInfo::LastIndexOf(const String&, char16_t) const method
Sucht das letzte Vorkommen des angegebenen Zeichens.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | 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::LastIndexOf(const String&, char16_t, CompareOptions) const method
Sucht das letzte Vorkommen des angegebenen Zeichens unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Nachschlagewert. |
| Optionen | CompareOptions | Vergleichsoptionen. |
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::LastIndexOf(const String&, char16_t, int) const method
Sucht das letzte Vorkommen des angegebenen Zeichens.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | 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::LastIndexOf(const String&, char16_t, int, CompareOptions) const method
Sucht das letzte Vorkommen des angegebenen Zeichens unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
| Optionen | CompareOptions | Vergleichsoptionen. |
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::LastIndexOf(const String&, char16_t, int, int) const method
Sucht das letzte Vorkommen des angegebenen Zeichens.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | 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::LastIndexOf(const String&, char16_t, int, int, CompareOptions) const method
Sucht das letzte Vorkommen des angegebenen Zeichens unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | char16_t | Nachschlagewert. |
| start_index | int | Startindex für die Suche im Quellstring. |
| count | int | Anzahl der Zeichen im Quellstring. |
| Optionen | CompareOptions | Vergleichsoptionen. |
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::LastIndexOf(const String&, const String&) const method
Sucht das letzte Vorkommen der angegebenen Teilzeichenfolge.
virtual int System::Globalization::CompareInfo::LastIndexOf(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::LastIndexOf(const String&, const String&, CompareOptions) const method
Sucht das letzte Vorkommen der angegebenen Zeichenkette unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Quelle | const String& | Quellzeichenkette. |
| Wert | const String& | Nachschlagewert. |
| Optionen | CompareOptions | Vergleichsoptionen. |
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::LastIndexOf(const String&, const String&, int) const method
Sucht das letzte Vorkommen der angegebenen Zeichenkette.
virtual int System::Globalization::CompareInfo::LastIndexOf(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::LastIndexOf(const String&, const String&, int, CompareOptions) const method
Sucht das letzte Vorkommen der angegebenen Zeichenkette unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(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 | Vergleichsoptionen. |
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::LastIndexOf(const String&, const String&, int, int) const method
Sucht das letzte Vorkommen der angegebenen Zeichenkette.
virtual int System::Globalization::CompareInfo::LastIndexOf(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::LastIndexOf(const String&, const String&, int, int, CompareOptions) const method
Sucht das letzte Vorkommen der angegebenen Teilzeichenfolge unter Verwendung der angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::LastIndexOf(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 | Vergleichsoptionen. |
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++