라이브러리가 빵빵하니 편하네
(근데 외울게 좀 길다? ㅠㅠ)
string hexString = "8E2";
int num = Int32.Parse(hexString, System.Globalization.NumberStyles.HexNumber);
Console.WriteLine(num);
//Output: 2274
[링크 : https://docs.microsoft.com/.../how-to-convert-between-hexadecimal-strings-and-numeric-types]
'Programming > c# & winform' 카테고리의 다른 글
c#(mono) on ubuntu (0) | 2020.09.21 |
---|---|
c# 변수형 (0) | 2020.09.18 |
c# tcp binary (0) | 2020.09.14 |
c# 에서 함수 인자로 포인터 사용을 못함? (0) | 2020.09.14 |
c# winform에서 #define 대신...? (0) | 2020.09.14 |