C# Class NPatterns.ObjectRelational.DynamicQuery.ConvertEx

extend the convert with some special convertions
Mostra file Open project: moonavw/NPatterns Class Usage Examples

Public Methods

Method Description
ChangeType ( object value, Type conversionType ) : object

Convert the object to another type include nullable type.

Method Details

ChangeType() public static method

Convert the object to another type include nullable type.
public static ChangeType ( object value, Type conversionType ) : object
value object
conversionType System.Type
return object