有没有办法确定给定的.Net类型是否为数字?例如:System.UInt32/UInt16/Double都是数字.我想避免使用长开关盒Type.FullName.
System.UInt32/UInt16/Double
Type.FullName
.net c# types
.net ×1
c# ×1
types ×1