C# Class Config.Net.TypeParsers.DefaultParser

Afficher le fichier Open project: aloneguid/config

Méthodes publiques

Méthode Description
IsSupported ( Type t ) : bool
ToRawString ( object value ) : string
TryParse ( string value, Type t, object &result ) : bool

Private Methods

Méthode Description
IsEnum ( Type t ) : bool

Method Details

IsSupported() public méthode

public IsSupported ( Type t ) : bool
t System.Type
Résultat bool

ToRawString() public méthode

public ToRawString ( object value ) : string
value object
Résultat string

TryParse() public méthode

public TryParse ( string value, Type t, object &result ) : bool
value string
t System.Type
result object
Résultat bool