C# Class Castle.MicroKernel.SubSystems.Conversion.EnumConverter

Inheritance: AbstractTypeConverter
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CanHandleType ( Type type ) : bool
PerformConversion ( IConfiguration configuration, Type targetType ) : object
PerformConversion ( String value, Type targetType ) : object

Method Details

CanHandleType() public method

public CanHandleType ( Type type ) : bool
type System.Type
return bool

PerformConversion() public method

public PerformConversion ( IConfiguration configuration, Type targetType ) : object
configuration IConfiguration
targetType System.Type
return object

PerformConversion() public method

public PerformConversion ( String value, Type targetType ) : object
value String
targetType System.Type
return object