System::Globalization::CompareInfo::IndexOf methode
CompareInfo::IndexOf(const String&, char16_t) const method
Zoekt naar het opgegeven teken.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
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::IndexOf(const String&, char16_t, CompareOptions) const method
Zoekt naar het opgegeven teken. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
| opties | CompareOptions | Zoekopties. |
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::IndexOf(const String&, char16_t, int) const method
Zoekt naar het opgegeven teken.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
| 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::IndexOf(const String&, char16_t, int, CompareOptions) const method
Zoekt naar het opgegeven teken. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| opties | CompareOptions | Zoekopties. |
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::IndexOf(const String&, char16_t, int, int) const method
Zoekt naar het opgegeven teken.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
| 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::IndexOf(const String&, char16_t, int, int, CompareOptions) const method
Zoekt naar het opgegeven teken. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | char16_t | Teken. |
| start_index | int | Startindex voor zoeken in de bronstring. |
| count | int | Aantal tekens in de bronstring. |
| opties | CompareOptions | Zoekopties. |
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::IndexOf(const String&, const String&) const method
Zoekt naar een subreeks.
virtual int System::Globalization::CompareInfo::IndexOf(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::IndexOf(const String&, const String&, CompareOptions) const method
Zoekt naar een subreeks. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| value | const String& | Zoekwaarde. |
| opties | CompareOptions | Zoekopties. |
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::IndexOf(const String&, const String&, int) const method
Zoekt naar een subreeks.
virtual int System::Globalization::CompareInfo::IndexOf(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::IndexOf(const String&, const String&, int, CompareOptions) const method
Zoekt naar een subreeks. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(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 | Zoekopties. |
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::IndexOf(const String&, const String&, int, int) const method
Zoekt naar een subreeks.
virtual int System::Globalization::CompareInfo::IndexOf(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::IndexOf(const String&, const String&, int, int, CompareOptions) const method
Zoekt naar een subreeks. Alleen de Ordinal-modus wordt ondersteund.
virtual int System::Globalization::CompareInfo::IndexOf(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 | Zoekopties. |
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++