Ophir Oren

Ophir Oren

  • NA
  • 1
  • 0

translating from old VB6 to c#

Feb 17 2007 10:16 AM
hi all, I have a program written in VB6 that I'm now re-writing in c#. in the program theres a line as such: c = c Or &H80000000 the variable "c" is the type Long what exactly does this line means? and how do I write it in c#? Thanks