طريقة 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.

انظر أيضًا