G
Guest
private readonly Guid _tagGuid1 = new Guid( new byte[] {0x5F, 0x4D, 0x69,
0x63, 0x68, 0x61, 0x65, 0x6C, 0x20, 0x53, 0x74, 0x75, 0x61, 0x72, 0x74, 0x5F
} );
The above code is declaration of hex in c#. How to declared similary array
of hex values in Vb.net ?
Thanks for the help
Sudheendra
0x63, 0x68, 0x61, 0x65, 0x6C, 0x20, 0x53, 0x74, 0x75, 0x61, 0x72, 0x74, 0x5F
} );
The above code is declaration of hex in c#. How to declared similary array
of hex values in Vb.net ?
Thanks for the help
Sudheendra