Method GetParameterUIDisplayValue
GetParameterUIDisplayValue(int, ParameterValue)
Gets the string that should be used to display the value in the UI. This will enable number grouping, using the DataMinerNumberCulture. This will group digits per 3 with a short space.
public string GetParameterUIDisplayValue(int parameterID, ParameterValue value)
Parameters
parameterIDintThe parameter ID.
valueParameterValueThe value.
Returns
- string
The parameter UI display value.