반응형
byte[] --> string
string xmlString = Encoding.Default.GetString(data);
string --> byte[]
byte[] toBytes = Encoding.Default.GetBytes(somestring);
반응형
'▩▩ 프로그래밍 ▩▩ > C#' 카테고리의 다른 글
[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 |
[C#] Combobox --> ReadOnly 만들기 (0) | 2013.10.28 |
[C#] Delegate, 자식 폼에게서 값 받기 (2) | 2013.10.11 |
[C#] OpenFileDialog, SaveFileDialog (0) | 2013.10.11 |
[C#] treeView 더블클릭 트리 펴지는거(Expand) 막기 (0) | 2013.10.11 |
[C#] DataGridView 값 접근 (0) | 2013.10.07 |