在.NET System.TypeCode枚举中,值如下:
System.TypeCode
public enum TypeCode { ... Double=14, Decimal=15, DateTime=16, String=18, }
字符串等于18 ..为什么不是17?逻辑在哪里?
c# string
c# ×1
string ×1