mason chen
2012年8月30日 星期四
C# string to int
1.
int
i= Convert.ToInt32(
"8"
);
2.
int
i=Int32.Parse(
"8"
);
3.
int
i; Int32.TryParse(
"8"
,
out
i);
沒有留言:
張貼留言
較新的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言