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

Inheritance: AbstractTypeConverter
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
CanHandleType ( Type type ) : bool
PerformConversion ( Castle configuration, Type targetType ) : object
PerformConversion ( string value, Type targetType ) : object

Method Details

CanHandleType() public méthode

public CanHandleType ( Type type ) : bool
type System.Type
Résultat bool

PerformConversion() public méthode

public PerformConversion ( Castle configuration, Type targetType ) : object
configuration Castle
targetType System.Type
Résultat object

PerformConversion() public méthode

public PerformConversion ( string value, Type targetType ) : object
value string
targetType System.Type
Résultat object