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

[To be supplied.]

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

Parameters

str
[To be supplied.]

See Also

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