System::Globalization::StringInfo::GetNextTextElement Methode

StringInfo::GetNextTextElement(const String&) method

Liefert das erste Element im angegebenen String.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParameterTypBeschreibung
strconst String&Eingabezeichenkette.

ReturnValue

Erstes Textelement.

Siehe auch

StringInfo::GetNextTextElement(const String&, int) method

Liefert das Element am angegebenen Index des angegebenen Strings.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
ParameterTypBeschreibung
strconst String&Eingabezeichenkette.
IndexintStartindex.

ReturnValue

Text element at the specified index.

Siehe auch