TK.UnitsConversionAsync Method

Convert tag value to new unit async
Public Shared Function UnitsConversionAsync( _ 
ByVal tagName As String, _ 
ByVal unitsDictionary As String
) As Task(Of Double)
This language is not supported or no code example is available.
public static Task<double> UnitsConversionAsync( 
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

Task<double>

Converted value

.NET Framework

Supported in: 4.8

In this article

Definition