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
Creating a list for a calculated field from a related table
How do you TRIM n characters from a string from the right.
Group by week starting with first day of the month
Problem finding drivers for server
How do I link a record in one sub-form to a record in another sub-form
remove record from SQL database
How to compact WSS databases with SQL Express
Excel VBA no matter what column I'm in, select the cell in row 5
Secondary BIND can't get update from primary
downloading image in asp.net vb