TK.To Method

Performs convert to type
Public Shared Function To( _ 
ByVal type As Type, _ 
ByVal value As Object
) As Object
This language is not supported or no code example is available.
public static object To( 
Type type
object value 
)
This language is not supported or no code example is available.

Parameters

type
Type

Type to convert

value
object

Value to convert

Return Value

object

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition