EnergyStreamGetReport Method

Generates a plain-text report of the energy stream results using the specified unit system and formatting options.

Definition

Namespace: DWSIM.UnitOperations.Streams
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override string GetReport(
	IUnitsOfMeasure su,
	CultureInfo ci,
	string numberformat
)

Parameters

su  IUnitsOfMeasure
The unit system to use for property values in the report.
ci  CultureInfo
The culture info used for number formatting.
numberformat  String
The numeric format string applied to values.

Return Value

String
A formatted plain-text string summarizing the energy stream results.

See Also