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 (String)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function GetNextTextElement( _
   ByVal str As String _
) As String
[C#]
public static string GetNextTextElement(
   string str
);
[C++]
public: static String* GetNextTextElement(
   String* str
);
[JScript]
public static function GetNextTextElement(
   str : String
) : String;

Parameters

str
[To be supplied.]

See Also

StringInfo Class | StringInfo Members | System.Globalization Namespace | StringInfo.GetNextTextElement Overload List