Energy StreamGet Report 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
A formatted plain-text string summarizing the energy stream results.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override string GetReport(
IUnitsOfMeasure su,
CultureInfo ci,
string numberformat
)VB
Public Overrides Function GetReport (
su As IUnitsOfMeasure,
ci As CultureInfo,
numberformat As String
) As StringParameters
- 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
StringA formatted plain-text string summarizing the energy stream results.