TK.UnitsConversion Method

Convert tag value to new unit
<HTML5Disabled(true)> _ 
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.
[HTML5Disabled(true)] 
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.8

In this article

Definition