Initial value:= new Type[19]
{
typeof(object),
typeof(bool),
typeof(char),
typeof(sbyte),
typeof(byte),
typeof(short),
typeof(ushort),
typeof(int),
typeof(uint),
typeof(long),
typeof(ulong),
typeof(float),
typeof(double),
typeof(decimal),
typeof(object),
typeof(string)
}
static readonly object DBNull
Definition at line 11 of file Convert.cs.
12 {
14 typeof(object),
16 typeof(bool),
17 typeof(char),
18 typeof(sbyte),
19 typeof(byte),
20 typeof(short),
21 typeof(ushort),
22 typeof(int),
23 typeof(uint),
24 typeof(long),
25 typeof(ulong),
26 typeof(float),
27 typeof(double),
28 typeof(decimal),
30 typeof(object),
31 typeof(string)
32 };
Referenced by System.Convert.ChangeType(), and System.Convert.DefaultToType().