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
How to create an "edit Profile Setting" page by Dreamweaver
How do I adjust the lockout time on a 2008 terminal server?
Why I can't open database again at Worksheet_Change event
SQL INSERT - how to avoid this error: Parameter ?_1 has no default value.
Load content when panel is extended
ColdFusion sort problem: in a sorted list of records, white and gray background colors do not consistently alternate
DataGridView - changing background of row?
How to set a default desktop background for all users on apple mac
Need a free mapping solution
GPResult not working with non-administrators