المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Storing memory address as hex in an xml file



C# Programming
10-24-2009, 01:11 PM
Basically what I want to do is store a memory address in hex format instead of decimal in an XmlAttribute value. Can I do that? This is how I want the xml to look:

instead of:

Then in C# I have this:
int myAddress = Convert.ToInt32 (address.Attributes["value"].Value);