Click or drag to resize

ApplicationStateInfoServiceAppendFormatted Method

Appends the current application state information from all registered state getters to the specified StringBuilder.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AppendFormatted(
	StringBuilder sb
)

Parameters

sb  StringBuilder
The StringBuilder to append the state information to.
See Also