Table of Contents

Method GetParameterUIDisplayValue

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

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

parameterID int

The parameter ID.

value ParameterValue

The value.

Returns

string

The parameter UI display value.