TK.UnitsConversion Method

Convert tag value to new unit
Public Shared Function UnitsConversion( _ 
ByVal tagName As String, _ 
ByVal unitsDictionary As String
) As Double
This language is not supported or no code example is available.
public static double UnitsConversion( 
string tagName
string unitsDictionary 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

unitsDictionary
string

Base unit

Return Value

double

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition