Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MvvmCross
Core
Platform
MvxStringToTypeParser.EnumParser
C# Class MvvmCross.Core.Platform.MvxStringToTypeParser.EnumParser
Inheritance:
IExtraParser
ファイルを表示
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