TK.ConvertTo<T> Method

Performs convert to type
Public Shared Function ConvertTo(Of  _ 
T)( _ 
ByVal value As Object
) As T
This language is not supported or no code example is available.
public static T ConvertTo<T>( 
object value 
)
This language is not supported or no code example is available.

Type Parameters

T

Type to convert

Parameters

value
object

Value to convert

Return Value

T

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition