Method GetUIParameterDisplayValue
GetUIParameterDisplayValue(int, string, bool, bool)
Converts the given raw value into a format ready for display in the UI, with number group separator.
public string GetUIParameterDisplayValue(int parameterID, string rawValue, bool isFromRawString = true, bool includeUnits = true)
Parameters
parameterID
intThe parameter ID.
rawValue
stringThe raw value.
isFromRawString
boolWhether the origin of the value is raw-based. Default is
true
.includeUnits
boolWhether units should be included in the value. Default is
true
.
Returns
- string
The parameter display value.