Hi All
Can we convert Enum To Byte Array ( Size 5 Bytes ) ?
Enum Test
{
Test1 = 0x00600
Test2 = 0x00700
}
Can i get this as {00 00 06 00 00}
Regards
Anu
Anu Viswan : www.AnuViswan.blogspot.com
Hi All
Can we convert Enum To Byte Array ( Size 5 Bytes ) ?
Enum Test
{
Test1 = 0x00600
Test2 = 0x00700
}
Can i get this as {00 00 06 00 00}
Regards
Anu
Anu Viswan : www.AnuViswan.blogspot.com