Hi,
Whats the difference between:
int.Parse and Int32.Parse, decimal.Parse and Decimal.Parse string.Parse and String.Parse
etc
i.e. why are there upper and lower case versions, and which should i use in what situation?
Trull
Edit: Sorry for the duplicate, i'm having search issues today, dont seem to be able to find anything!
