I was not aware of that...IsNumeric in C#
I'm reading Deborah Kurata's "Best Kept Secrets in .NET" (review forthcoming), and she indicates that to be able to use Visual Basic .NET's IsNumeric function in C#, you can include a reference to Microsoft.VisualBasic.dll.
Granted, Deborah's book is one written from a WinForms development standpoint, so that crowd may be well aware of this. But for me, being a web dev looking to expand into the wonderful world of desktop programming, this is news to me. There are code snippets-a-plenty documenting how to emulate IsNumeric in C#, but this is a cool thing to keep in one's mental rolodex.