System::Globalization::StringInfo::GetNextTextElement method

StringInfo::GetNextTextElement(const String&) method

Gets first element in the specified string.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParameterTypeDescription
strconst String&Input string.

ReturnValue

First text element.

See Also

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)
ParameterTypeDescription
strconst String&Input string.
indexintStart index.

ReturnValue

Text element at the specified index.

See Also