C# Class Config.Net.TypeParsers.LongParser

Inheritance: ITypeParser
Afficher le fichier Open project: aloneguid/config

Méthodes publiques

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

Method Details

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