TypeConversion.Convert

Declaration

public static TDestination Convert(ref TSource value);

Parameters

value The source value to convert.

Returns

TDestination The value converted to the <typeparamref name="TDestination" /> type.

Description

Converts the specified value from <typeparamref name="TSource" /> to <typeparamref name="TDestination" />.


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