C# Class Codaxy.Common.Convert

System.Convert replacement. Can convert nullable types and enums.
Show file Open project: codaxy/common

Public Methods

Method Description
ChangeType ( object o, Type type ) : object
ChangeType ( object o, Type type, IFormatProvider provider ) : object
ChangeTypeInvariant ( object o, Type type ) : object

Method Details

ChangeType() public static method

public static ChangeType ( object o, Type type ) : object
o object
type System.Type
return object

ChangeType() public static method

public static ChangeType ( object o, Type type, IFormatProvider provider ) : object
o object
type System.Type
provider IFormatProvider
return object

ChangeTypeInvariant() public static method

public static ChangeTypeInvariant ( object o, Type type ) : object
o object
type System.Type
return object