반응형
ex) int -> string 형변환
Convert.ToString(s.Length);
ex) string -> int 형변환
convert.ToInt32(i);
[출처] C# 형변환 : int를 string으로, string을 int로|작성자 메모리얼
반응형
'▩▩ 프로그래밍 ▩▩ > C#' 카테고리의 다른 글
[C#] DataGridView DoubleBuffered (3) | 2015.08.12 |
---|---|
[C#] img --> byte[], byte[] --> img (0) | 2014.03.13 |
[TeeChart] TeeChart tutorial (2) | 2013.11.26 |
[C#] DataGridView 셀 가운데정렬 (0) | 2013.11.13 |
[GMap] Custom Marker Color - 원하는 칼라로 변경 (0) | 2013.11.06 |
[C#] MessageBox 선택 (0) | 2013.11.05 |
[C#] 8 bit color(Hexadecimal code) --> color (0) | 2013.11.05 |
[C#] ToolStrip의 ComboBox에서 SelectionChangeCommitted 쓰고싶을 때 (0) | 2013.10.28 |