0
how to decide Convert.ToInt32 ,64,16 ?
2 Respostas
+ 3
16 is to convert to a Short, 32 is to convert to an Int, and 64 is to convert to a Long.
They are all stated as integers because, well, they are. They just have different range capabilities.
+ 1
thanx