System::Globalization::CompareInfo::IndexOf metod

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

Söker efter det angivna tecknet.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter det angivna tecknet. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter det angivna tecknet.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.
start_indexintUppslagsstartindex i källsträngen.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

CompareInfo::IndexOf(const String&, char16_t, int, CompareOptions) const method

Söker efter det angivna tecknet. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.
start_indexintUppslagsstartindex i källsträngen.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter det angivna tecknet.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.
start_indexintUppslagsstartindex i källsträngen.
countintAntal tecken i källsträngen.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

CompareInfo::IndexOf(const String&, char16_t, int, int, CompareOptions) const method

Söker efter det angivna tecknet. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdechar16_tTecken.
start_indexintUppslagsstartindex i källsträngen.
countintAntal tecken i källsträngen.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.
start_indexintUppslagsstartindex i källsträngen.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.
start_indexintUppslagsstartindex i källsträngen.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.
start_indexintUppslagsstartindex i källsträngen.
countintAntal tecken i källsträngen.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även

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

Söker efter delsträng. Endast ordinalt läge stöds.

virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count, CompareOptions options) const
ParameterTypBeskrivning
sourceconst String&Källsträng.
värdeconst String&Uppslagsvärde.
start_indexintUppslagsstartindex i källsträngen.
countintAntal tecken i källsträngen.
optionsCompareOptionsUppslagsalternativ.

ReturnValue

Index of lookup value in source string or -1 if not found.

Se även