C# Class MvvmCross.Core.Platform.MvxStringToTypeParser.EnumParser

Inheritance: IExtraParser
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Parses ( Type t ) : bool
ReadValue ( Type t, string input, string fieldOrParameterName ) : object

Method Details

Parses() public method

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

ReadValue() public method

public ReadValue ( Type t, string input, string fieldOrParameterName ) : object
t System.Type
input string
fieldOrParameterName string
return object