Click or drag to resize

PackageInfoWritePackageToText Method

Writes the (old style) package to one line of text.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void WritePackageToText(
	StreamWriter sw
)

Parameters

sw  StreamWriter
The sw.
See Also