Μέθοδος System::Globalization::StringInfo::GetNextTextElement

StringInfo::GetNextTextElement(const String&) method

Επιστρέφει το πρώτο στοιχείο στη συγκεκριμένη συμβολοσειρά.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
ParameterTypeΠεριγραφή
strconst String&Συμβολοσειρά εισόδου.

ReturnValue

Πρώτο στοιχείο κειμένου.

Δείτε επίσης

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

Επιστρέφει το στοιχείο στη συγκεκριμένη θέση της καθορισμένης συμβολοσειράς.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
ParameterTypeΠεριγραφή
strconst String&Συμβολοσειρά εισόδου.
δείκτηςintΑρχικός δείκτης.

ReturnValue

Text element at the specified index.

Δείτε επίσης