Is there a standard way to parse hex strings into numbers? I have the following returned as a string: 0xffffffffac036f90 Is there a standard way to parse this into a ulong or do you just roll your own?