hi,
I need to convert mac address to integer format.can it be possible.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
novacaraPosted Jul 24, 2009, 4:45 PM
int.Parse(STRINGNAME, NumberStyles.HexNumber);
ChiragPosted Aug 2, 2010, 7:39 AM