源 | 目标 |
sbyte | byte 、ushort、uint、ulong 或 char |
byte | Sbyte 或 char |
short | sbyte 、byte、ushort、uint、ulong 或 char |
ushort | sbyte 、byte、short 或 char |
int | sbyte 、byte、short、ushort、uint、ulong 或 char |
uint | sbyte 、byte、short、ushort、int 或 char |
long | sbyte 、byte、short、ushort、int、uint、ulong 或 char |
ulong | sbyte 、byte、short、ushort、int、uint、long 或 char |
char | sbyte 、byte 或 short |
float | sbyte 、byte、short、ushort、int、uint、long、ulong、char 或 decimal |
double | sbyte 、byte、short、ushort、int、uint、long、ulong、char、float 或 decimal |
decimal | sbyte 、byte、short、ushort、int、uint、long、ulong、char、float 或 double |