System.Text.Encoding.UTF8.GetString(byte) Error

i found out problem.

Simple Testing

var lbyte=System.Text.Encoding.UTF8.GetBytes(“ABC”);

var lResult=System.Text.Encoding.UTF8.GetString(lbyte); <—Error occur

Editor,IOS, Android is ok

deploy windows phone device have error
error message : Exceoption … to access method system.text.encoding.getstring

please help

Did you check Windows Phone documentation? That methods need 3 parameters on Windows Phone:

thx for your reply :slight_smile: