GetNextTextElement()

StringInfo::GetNextTextElement(const String&) method

Gets first element in the specified string.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)

Arguments

ParameterTypeDescription
strconst String&Input string.

Return Value

First text element.

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

Gets element at the specified index of the specified string.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)

Arguments

ParameterTypeDescription
strconst String&Input string.
indexintStart index.

Return Value

Text element at the specified index.

See Also