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
Java small object size
set priority of mysqlDaemon
Dynamics CRM: Is there any way to change the Requirement Level of a System Required attribute?
Is it possible to make access forms bound to a recordset editable using the events to update the data stored in SQL server
How to configure 24 time on a windows 2003 server
Excel: Looping through all chart series of all charts on a worksheet
Updates in batch in sqlserver2008
Adding New Rows from Empty Template -> DataGridView
display only records with "1"
GridView Update is triggering validation