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!

StringWriter Constructor ()

Creates a new instance of the StringWriter class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public StringWriter();
[C++]
public: StringWriter();
[JScript]
public function StringWriter();

Remarks

A new StringBuilder is automatically created and associated with the new StringWriter.

See Also

StringWriter Class | StringWriter Members | System.IO Namespace | StringWriter Constructor Overload List