TypeConversion.Convert

Declaration

public static TDestination Convert(ref TSource value);

Parameters

value The source value to convert.

Returns

TDestination The value converted to the TDestination type.

Description

Converts the specified value from TSource to TDestination.


Did you find this page useful? Please give it a rating: