System::Globalization::CompareInfo::LastIndexOf methode
CompareInfo::LastIndexOf(const String&, char16_t) const method
Zoekt het laatste voorkomen van het opgegeven teken.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, CompareOptions) const method
Zoekt het laatste voorkomen van het opgegeven teken met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int) const method
Zoekt het laatste voorkomen van het opgegeven teken.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, CompareOptions) const method
Zoekt het laatste voorkomen van het opgegeven teken met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, int) const method
Zoekt het laatste voorkomen van het opgegeven teken.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| count | int | Aantal tekens in de bronstring. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, int, CompareOptions) const method
Zoekt het laatste voorkomen van het opgegeven teken met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| count | int | Aantal tekens in de bronstring. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&) const method
Zoekt het laatste voorkomen van de opgegeven subreeks.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, CompareOptions) const method
Zoekt het laatste voorkomen van de opgegeven string met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int) const method
Zoekt het laatste voorkomen van de opgegeven string.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, CompareOptions) const method
Zoekt het laatste voorkomen van de opgegeven string met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, int) const method
Zoekt het laatste voorkomen van de opgegeven string.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, int count) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| count | int | Aantal tekens in de bronstring. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, int, CompareOptions) const method
Zoekt het laatste voorkomen van de opgegeven subreeks met behulp van de opgegeven vergelijkingsopties.
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, int count, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| count | int | Aantal tekens in de bronstring. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Index van de zoekwaarde in de bronstring of -1 indien niet gevonden.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++