次の方法で共有


StringInfo.GetNextTextElement メソッド

指定した文字列の最初のテキスト要素を取得します。

オーバーロードの一覧

指定した文字列の最初のテキスト要素を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetNextTextElement(String) As String

[C#] public static string GetNextTextElement(string);

[C++] public: static String* GetNextTextElement(String*);

[JScript] public static function GetNextTextElement(String) : String;

指定した文字列の指定したインデックスにあるテキスト要素を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetNextTextElement(String, Integer) As String

[C#] public static string GetNextTextElement(string, int);

[C++] public: static String* GetNextTextElement(String*, int);

[JScript] public static function GetNextTextElement(String, int) : String;

参照

StringInfo クラス | StringInfo メンバ | System.Globalization 名前空間