Metodo System::Globalization::StringInfo::GetNextTextElement

StringInfo::GetNextTextElement(const String&) method

Ottiene il primo elemento nella stringa specificata.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParametroTipoDescrizione
strconst String&Stringa di input.

ReturnValue

Primo elemento di testo.

Vedi anche

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

Ottiene l’elemento all’indice specificato della stringa specificata.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
ParametroTipoDescrizione
strconst String&Stringa di input.
indiceintIndice di inizio.

ReturnValue

Text element at the specified index.

Vedi anche