Hi,
This is kind of trivial, but cool anyway. Someone just emailed me this snippet of code to read hexadecimal numbers:
int i = int.Parse("1FF", Globalization.NumberStyles.HexNumber))
Neat...