VTo DoWrite To Stream(Text Writer, String Builder) Method
This can be used to write a To-Do object to a PDI data stream
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override void WriteToStream(
TextWriter tw,
StringBuilder? sb
)VB
Public Overrides Sub WriteToStream (
tw As TextWriter,
sb As StringBuilder
)C++
public:
virtual void WriteToStream(
TextWriter^ tw,
StringBuilder^ sb
) overrideF#
abstract WriteToStream :
tw : TextWriter *
sb : StringBuilder -> unit
override WriteToStream :
tw : TextWriter *
sb : StringBuilder -> unit Parameters
- tw TextWriter
- A TextWriter derived class to which the To-Do object is written.
- sb StringBuilder
- A StringBuilder used by the properties as a temporary buffer. This can be null if the TextWriter is a StringWriter.
Remarks
This is called by ToString as well as owning objects when they
convert themselves to a string or write themselves to a PDI data stream.