Castle.MicroKernel.SubSystems.Conversion.EnumConverter.PerformConversion C# (CSharp) Méthode

PerformConversion() public méthode

public PerformConversion ( IConfiguration configuration, Type targetType ) : object
configuration IConfiguration
targetType System.Type
Résultat object
		public override object PerformConversion(IConfiguration configuration, Type targetType)
		{
			return PerformConversion(configuration.Value, targetType);
		}
	}

Same methods

EnumConverter::PerformConversion ( String value, Type targetType ) : object