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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.
start_indexintStartindex für die Suche im Quellstring.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.
start_indexintStartindex für die Suche im Quellstring.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.
start_indexintStartindex für die Suche im Quellstring.
countintAnzahl der Zeichen im Quellstring.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertchar16_tZeichen.
start_indexintStartindex für die Suche im Quellstring.
countintAnzahl der Zeichen im Quellstring.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

CompareInfo::IndexOf(const String&, const String&) const method

Sucht nach Teilzeichenfolge.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value) const
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.
start_indexintStartindex für die Suche im Quellstring.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.
start_indexintStartindex für die Suche im Quellstring.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.
start_indexintStartindex für die Suche im Quellstring.
countintAnzahl der Zeichen im Quellstring.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch

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
ParameterTypBeschreibung
Quelleconst String&Quellzeichenkette.
Wertconst String&Nachschlagewert.
start_indexintStartindex für die Suche im Quellstring.
countintAnzahl der Zeichen im Quellstring.
OptionenCompareOptionsSuchoptionen.

ReturnValue

Index des Nachschlagewerts im Quellstring oder -1, falls nicht gefunden.

Siehe auch