C# Class ConfigInjector.Infrastructure.ValueParsers.AnyOldParseMethodValueParser

Inheritance: IValueParser
Afficher le fichier Open project: uglybugger/ConfigInjector

Méthodes publiques

Méthode Description
CanParse ( Type settingValueType ) : bool
Parse ( Type settingValueType, string settingValueString ) : object

Private Methods

Méthode Description
GetParseMethod ( Type settingValueType ) : MethodInfo

Method Details

CanParse() public méthode

public CanParse ( Type settingValueType ) : bool
settingValueType System.Type
Résultat bool

Parse() public méthode

public Parse ( Type settingValueType, string settingValueString ) : object
settingValueType System.Type
settingValueString string
Résultat object