C# Class ConfigInjector.Infrastructure.ValueParsers.UriValueParser

Inheritance: IValueParser
显示文件 Open project: uglybugger/ConfigInjector

Public Methods

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

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