Im a newbie here.I need help how to decode a html string "👑" to char in c#? it should be show crown character or if its not supported it should show a rectangle.Im working for iOS.
Thank you for all your help.
Im a newbie here.I need help how to decode a html string "👑" to char in c#? it should be show crown character or if its not supported it should show a rectangle.Im working for iOS.
Thank you for all your help.
Try this code to Decode HTML to Unicode Chars
string s = System.Net.WebUtility.HtmlDecode("👑");