stringtodouble (1) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ c# .Net int.TryParse ์ค๋ฅ๊น์ง ํ๋ฒ์ ์์ธ์ฒ๋ฆฌ c# .Net int.TryParse ์ค๋ฅ๊น์ง ํ๋ฒ์ ์์ธ์ฒ๋ฆฌ ์์ธํ์ค๋ช ์ ์๋ ๋งํฌ์์ ํ์ธ https://hijuworld.tistory.com/15 C#/.NET Parse, TryParse๋ก String์ int,double,DateTime ํ์ ์ผ๋ก ํ๋ณํ ์ํค๊ธฐ C#์์๋ ๋ฐ์ดํฐ ํ์ ์ ์ฝ๊ฒ ๋ณํ ํ ์ ์๋๋ก ํ๋ ๋ฌธ๋ฒ์ ์ ๊ณตํด ์ค๋๋ค. ์์๋๋ฉด ํธ๋ฆฌํฉ๋๋ค. C#์์ String ํ์ ์ ๋ฌธ์์ด์ intํ์ผ๋ก ๋ณํํ๋ ๋ฐฉ๋ฒ์ ๋๋ค. int.Parse๋ฅผ ์ด์ฉํ์ฌ ์๋์ ๊ฐ์ด hijuworld.tistory.com int intValue; int.TryParse(ViewBag.intValue, out intValue); //null, ๊ณต๋ฐฑ์ 0์ผ๋ก ์ฒ๋ฆฌ๋จ, intValue์ผ๋ก ํ ๋น //ViewBag์ผ.. ์ด์ 1 ๋ค์