IT/잡다한지식
C# : Convert 금액 정수 형식의 특성
홍시쿼카
2021. 4. 15. 15:07

sbyte, byte경우 기본값은 short, ushort, int, uint, long, ulong, 0입니다. char 기본값은 '\x0000', float 기본값은 0.0f, double 기본값은 0.0d, decimal 기본값 0.0m 입니다.


Types - C# language specification
형식Types 이 문서의 내용 --> C # 언어의 형식은 value types _ 및 _참조 형식*_ 이라는 두 가지 주요 범주로 구분 됩니다.The types of the C# language are divided into two main categories: value types _ and _reference types*.
docs.microsoft.com