+ 1
Convert.ToInt32 replaced with Convert.ToInt64
it shows an error when i change the syntax of Convert,ToInt32 to Convert.Toint64 that says cannot implicitly convert to long. I am unable to understand why is this happening?
1 ответ
0
Can you give some more information or code. Just from your question I cannot see what is happening.