Skip Nullable int while parsing Json Response to C# object

后端 未结 0 398
攒了一身酷
攒了一身酷 2021-01-30 14:30

i\'m parsing a json response to c# object

My Model

public class OutstandingPrompts
{
    public int? PatientID { get; set; }
    public in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题