HexaDecimal

  • Thread starter Thread starter Claudio
  • Start date Start date
C

Claudio

How to assing hexadecimal vakues to variables? In VB I use this :
Const Generic_write As Integer = &H40000000. I would like to know how it
would be in C#.
 
Back
Top