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

Inheritance: IExtraParser
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
Parses ( Type t ) : bool
ReadValue ( Type t, string input, string fieldOrParameterName ) : object

Method Details

Parses() public méthode

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

ReadValue() public méthode

public ReadValue ( Type t, string input, string fieldOrParameterName ) : object
t System.Type
input string
fieldOrParameterName string
Résultat object