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!

TextInfo.ToString

Returns a string describing the current TextInfo.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

Returns a String describing this TextInfo.

Remarks

This method overrides Object.ToString.

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace