AltEncoding.TransformPropertiesToStream Method

Definition

Namespace: ASNA.DataGate.DataLink.Text
Assembly: ASNA.QSys.DataGate.Client.dll

When overridden in a derived class, writes the given ITransformProperties object to the specified BinaryWriter stream.

void TransformPropertiesToStream(ITransformProperties t, BinaryWriter bw)

When overridden in a derived class, writes the given ITransformProperties object to the specified BinaryWriter stream.

void TransformPropertiesToStream(ITransformProperties t, BinaryWriter bw)

Parameters

Type Parameter name Description
ITransformProperties t The ITransformProperties object to write to the stream.
BinaryWriter bw The BinaryWriter stream to write to.

See Also