Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Share IValueConverter between Wpf and Xamarin Forms

I'm creating solution which will contain Wpf application project and also Xamarin Forms mobile app. Some common part of my code I'm putting in portable class library. Is it possible to create ValueConvertes so that I can use them in Wpf and Xamarin forms?

like image 924
Daler Avatar asked Oct 29 '22 19:10

Daler


1 Answers

No, it's unfortunately not possible.

like image 122
Stephane Delcroix Avatar answered Dec 25 '22 04:12

Stephane Delcroix