C# Class MvvmCross.Core.Platform.MvxStringToTypeParser

Inheritance: IMvxStringToTypeParser, IMvxFillableStringToTypeParser
Show file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
MvxStringToTypeParser ( ) : System
ReadValue ( string rawValue, Type targetType, string fieldOrParameterName ) : object
TypeSupported ( Type targetType ) : bool

Method Details

MvxStringToTypeParser() public method

public MvxStringToTypeParser ( ) : System
return System

ReadValue() public method

public ReadValue ( string rawValue, Type targetType, string fieldOrParameterName ) : object
rawValue string
targetType System.Type
fieldOrParameterName string
return object

TypeSupported() public method

public TypeSupported ( Type targetType ) : bool
targetType System.Type
return bool