Microsoft
Software
Hardware
Network
Question : How can i convert in integer this kind of string (0x00000)
Hi experts,
i have C++ DLL that i encapsulate in .NET and i have multiple define variables such as :
0x5AB007
0x5AB004
0x5AB006
...
How can i translate back in .net safe type to create ENUMS or whatever else?
Thank you.
Kind Regards
Answer : How can i convert in integer this kind of string (0x00000)
Not sure what you're after here....you what to make an Enum with those values?
Public Enum SomeName As Integer
Value1 = &H5AB007
Value2 = &5AB004
Value3 = &H5AB006
End Enum
Random Solutions
resetting a progress bar.
Sahi scripting
Internal domain is company.com so requests for public
www.company.com
are not found
User cannot launch one of of two available applications in Citrix Web Interface
SQL Statement Help
wordstar for windows xp
windows xp mode not mounting vhd drives created in Virtual PC 2007
Aruba WiFi Setup
how to detect removable drive (pen drive)
in Javascript(without a FW), wts the $().text ?