String st="125"; IConvertible c=(IConvertible)st; int i=c.ToInt32(System.Globalization.NumberFormatInfo.CurrentInfo);