Castle.MicroKernel.SubSystems.Conversion.EnumConverter.PerformConversion C# (CSharp) Method

PerformConversion() public method

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

Same methods

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