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
Server Shuts down unexpectedly - no alerts in event log
How do I get the <head> section in a Joomla site to include different java script links depending on what page is accessed?
Which Analog Telephone Adapter has the best power supply on the analog ports?
Can not add duplicate
Routing between vlan
Thin lines between images in FireFox for Mac
Display data from fields in multiple tables on a single report
Cisco ASA 5505 ssh default username and password
Qry and a combo box & column(1)
Adding Column in a query