C# Class Appccelerate.Bootstrapper.Configuration.Internals.DefaultConversionCallback

Default conversion callback which uses System.Convert and invariant culture to convert to the target property type.
Inheritance: IConversionCallback
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
Convert ( string value, PropertyInfo targetProperty ) : object

Method Details

Convert() public method

public Convert ( string value, PropertyInfo targetProperty ) : object
value string
targetProperty System.Reflection.PropertyInfo
return object