طريقة System::Globalization::StringInfo::GetNextTextElement

StringInfo::GetNextTextElement(const String&) method

يحصل على العنصر الأول في السلسلة المحددة.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
معاملنوعالوصف
strconst String&سلسلة الإدخال.

ReturnValue

العنصر النصي الأول.

انظر أيضًا

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

يحصل على العنصر عند الفهرس المحدد في السلسلة المحددة.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
معاملنوعالوصف
strconst String&سلسلة الإدخال.
الفهرسintفهرس البداية.

ReturnValue

Text element at the specified index.

انظر أيضًا