Visual Studio以十六进制格式获取int值

时间:2018-09-18 12:25:48

标签: visual-studio-2017

为什么会出现这些问号,我是否必须更改编码或其他内容?我可以从十六进制或int创建一个unicode点,然后执行以下操作:

char output = convertedValue; 

这是我用于上述任务的代码:

1 个答案:

答案 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; }//
}