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.

参照