You can easily convert string to integer value by using Convert.ToInt32 (string) method or int.Parse (string) method both work similar but ...
確定! 回上一頁