Material StreamTranslate String Method
Converts a CAPE-OPEN property identifier string to a human-readable label.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Human-readable display name for the property.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public string TranslateString(
string s
)VB
Public Function TranslateString (
s As String
) As StringParameters
- s String
- CAPE-OPEN property identifier.
Return Value
StringHuman-readable display name for the property.