NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringInfo.GetNextTextElement

[To be supplied.]

Overload List

[To be supplied.]

[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;

[To be supplied.]

[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;

See Also

StringInfo Class | StringInfo Members | System.Globalization Namespace