int.MaxValue:2147483647
int.MinValue:-2147483648
uint.MaxValue:4294967295
uint.MinValue:0
long.MaxValue:9223372036854775807
long.MinValue:-9223372036854775808
ulong.MaxValue:18446744073709551615
ulong.MinValue:0
float.MaxValue:3.402823E+38
float.MinValue:-3.402823E+38
double.MaxValue:1.79769313486232E+308
double.MinValue:-1.79769313486232E+308
decimal.MaxValue:79228162514264337593543950335
decimal.MinValue:-79228162514264337593543950335
byte.MaxValue:255
byte.MaxValue:0
short.MaxValue:32767
short.MinValue:-32768
ushort.MaxValue:65535
ushort.MinValue:0
DateTime.MaxValue:9999/12/31 23:59:59
DateTime.MinValue:0001/1/1 0:00:00