Méthode System::Globalization::StringInfo::GetNextTextElement

StringInfo::GetNextTextElement(const String&) method

Obtient le premier élément dans la chaîne spécifiée.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParamètreTypeDescription
strconst String&Chaîne d’entrée.

ReturnValue

Premier élément de texte.

Voir aussi

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

Obtient l’élément à l’index spécifié de la chaîne spécifiée.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
ParamètreTypeDescription
strconst String&Chaîne d’entrée.
indiceintIndice de départ.

ReturnValue

Text element at the specified index.

Voir aussi