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.GetStringBuilder

Returns the underlying StringBuilder.

[Visual Basic]
Overridable Public Function GetStringBuilder() As StringBuilder
[C#]
public virtual StringBuilder GetStringBuilder();
[C++]
public: virtual StringBuilder* GetStringBuilder();
[JScript]
public function GetStringBuilder() : StringBuilder;

Return Value

The underlying StringBuilder.

Remarks

This is either the StringBuilder that was passed to the constructor, or the StringBuilder that was automatically created.

See Also

StringWriter Class | StringWriter Members | System.IO Namespace