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, Int32)

[To be supplied.]

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

Parameters

str
[To be supplied.]
index
[To be supplied.]

See Also

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