Table of Contents

Method GetUIParameterDisplayValue

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

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 int

The parameter ID.

rawValue string

The raw value.

isFromRawString bool

Whether the origin of the value is raw-based. Default is true.

includeUnits bool

Whether units should be included in the value. Default is true.

Returns

string

The parameter display value.