SyntaxFix
Write A Post
Hire A Developer
Questions
It looks like you can say
Convert.ToInt64(value, 16)
to get the decimal from hexdecimal.
The other way around is:
otherVar.ToString("X");