为什么会出现这些问号,我是否必须更改编码或其他内容?我可以从十六进制或int创建一个unicode点,然后执行以下操作:
char output = convertedValue;
这是我用于上述任务的代码:
答案 0 :(得分:0)
这是怎么回事?
public class UpdateInvoice : BaseInvoice
{
public bool booked { get; set; }//
public int? balance { get; set; }//
public string paidDate { get; set; }//
public bool sent { get; set; }//
}