반응형
C# -- Int64 to Int32 변환하기
참고 : https://docs.microsoft.com/ko-kr/dotnet/api/system.convert.toint32?view=netframework-4.8
SQLite 사용하에 DB 저장한 integer data를 가져오니, Int64 로 가져옴.
Convert.ToInt32( ) 메소드 사용하여 해결함.
반응형
'C#' 카테고리의 다른 글
c# -- event 가 null 인 경우 (1) | 2019.06.27 |
---|---|
C# -- main winform 닫을때, 다른 thread winform 도 동시 종료하기 (0) | 2019.05.25 |
C# -- SQLite 설치 사용하기 (0) | 2019.05.21 |
c# -- datagridview 일련번호 사용, CheckBox 사용, Column 크기 고정 (0) | 2019.05.07 |
C# -- List Sort 구현하기 (0) | 2019.05.04 |