字串轉數值

張貼日期:2011/2/15 上午 02:30:54

字串轉int

Convert.ToInt32()

Int32.TryParse()

Int32.Parse()