Link to home
Start Free TrialLog in
Avatar of CASorter
CASorterFlag for United States of America

asked on

C# conversions for GUID declaration

I have C# code that I am trying to convert to VB.NET. I've used a number of conversion utilities, but they don't help.  The code is ultimately trying to write date via USB to a GARMIN GPS system. I'm having trouble declaring the GUID in VB.net

Can anyone show me how to convert the following?
DEFINE_GUID(GUID_DEVINTERFACE_GRMNUSB, 0x2c9c45c2L, 0x8e7d, 0x4c08, 0xa1, 0x2d, 0x81, 0x6b, 0xba, 0xe7, 0x22, 0xc0);
ASKER CERTIFIED SOLUTION
Avatar of dstanley9
dstanley9

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial