c# print out whole object

81

c# print out whole object -

Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););

Comments

Submit
0 Comments