C# Class ConfigInjector.Infrastructure.ValueParsers.AnyOldParseMethodValueParser

Inheritance: IValueParser
Show file Open project: uglybugger/ConfigInjector

Public Methods

Method Description
CanParse ( Type settingValueType ) : bool
Parse ( Type settingValueType, string settingValueString ) : object

Private Methods

Method Description
GetParseMethod ( Type settingValueType ) : MethodInfo

Method Details

CanParse() public method

public CanParse ( Type settingValueType ) : bool
settingValueType System.Type
return bool

Parse() public method

public Parse ( Type settingValueType, string settingValueString ) : object
settingValueType System.Type
settingValueString string
return object