i am pretty new to c# and for some reason my number wont convert for the life of me. My code is:
foreach(var descriptionid in test.items)
{
ulong description = Convert.ToUInt32(descriptionid.Value.descriptionid);
Console.WriteLine(description);
}
Any help is really appreciated!
Edit: This is the error message: http://gyazo.com/ed87941f4c8226ad6ebfd60879a5f173