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
Localization
MvxLanguageConverter
C# Class MvvmCross.Localization.MvxLanguageConverter
Inheritance:
MvvmCross.Platform.Converters.MvxValueConverter
ファイルを表示
Open project: MvvmCross/MvvmCross
Public Methods
Method
Description
Convert
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
) :
object
Method Details
Convert()
public
method
public
Convert
(
object
value
,
Type
targetType
,
object
parameter
,
CultureInfo
culture
) :
object
value
object
targetType
System.Type
parameter
object
culture
System.Globalization.CultureInfo
return
object