Performs convert to type

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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

Type to convert

value
Type: object

Value to convert

Return Value

Type: object

Converted value

.NET Framework

Supported in: 4.6.2, 4.7