Hi guys,
How do i check whether a string starts with a number (various digits long)?
I just need it to return true if it does and false if it doesn't.

Thanks in advance for any help


(Using .net cf 2.0)