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.

संबंधित देखें