System::Globalization::StringInfo::GetNextTextElement मेथड
StringInfo::GetNextTextElement(const String&) method
निर्दिष्ट स्ट्रिंग में पहला तत्व प्राप्त करता है।
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| str | const String& | इनपुट स्ट्रिंग। |
ReturnValue
पहला टेक्स्ट तत्व।
संबंधित देखें
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
निर्दिष्ट स्ट्रिंग के निर्दिष्ट इंडेक्स पर तत्व प्राप्त करता है।
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| str | const String& | इनपुट स्ट्रिंग। |
| सूचकांक | int | शुरुआती इंडेक्स। |
ReturnValue
Text element at the specified index.
संबंधित देखें
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++