DataDirect XML Converters 5.0 Send comments on this topic.
TextWriterResult Constructor
See Also 
DDTek.XmlConverter Namespace > TextWriterResult Class : TextWriterResult Constructor




writer
The TextWriter.
Create a TextWriterResult, supplying a TextWriter to which the converter can write character data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal writer As TextWriter _
)
Visual Basic (Usage)Copy Code
Dim writer As TextWriter
 
Dim instance As TextWriterResult(writer)
C# 
public TextWriterResult( 
   TextWriter writer
)
Managed Extensions for C++ 
public: TextWriterResult( 
   TextWriter* writer
)
C++/CLI 
public:
TextWriterResult( 
   TextWriter^ writer
)

Parameters

writer
The TextWriter.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.