C# Class Config.Net.TypeParsers.DefaultParser

Show file Open project: aloneguid/config

Public Methods

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

Private Methods

Method Description
IsEnum ( Type t ) : bool

Method Details

IsSupported() public method

public IsSupported ( Type t ) : bool
t System.Type
return bool

ToRawString() public method

public ToRawString ( object value ) : string
value object
return string

TryParse() public method

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