C# Class ConfigInjector.Infrastructure.ValueParsers.UriValueParser

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

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