C# Class Abc.Zebus.TinyHost.Configuration.ConfigurationValueConverter

Show file Open project: Abc-Arbitrage/Zebus.TinyHost

Public Methods

Method Description
ConvertValue ( object value, Type expectedType ) : object

Private Methods

Method Description
ConvertValueString ( string value, Type expectedType ) : object
SplitItems ( string value ) : IEnumerable

Method Details

ConvertValue() public static method

public static ConvertValue ( object value, Type expectedType ) : object
value object
expectedType System.Type
return object