System::Globalization::StringInfo::GetNextTextElement-methode

StringInfo::GetNextTextElement(const String&) method

Haalt het eerste element op in de opgegeven tekenreeks.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParameterTypeBeschrijving
strconst String&Invoertekenreeks.

ReturnValue

Eerste tekstelement.

Zie ook

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

Haalt het element op op de opgegeven index van de opgegeven tekenreeks.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
ParameterTypeBeschrijving
strconst String&Invoertekenreeks.
indexintStartindex.

ReturnValue

Text element at the specified index.

Zie ook