Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How to convert c# object to native NSObject

$
0
0

Hi , i am having the object data in which current datasource item is stored in forms. I need to map the item to native item.

NSObject obj = (NSObject) data;

It shows the error as cannot convert object to NSObject and Cast is not applicable .

Anyhelp is appreciated


Viewing all articles
Browse latest Browse all 204402

Trending Articles