I have a snip of code in VB.NET that i want to convert to C#
there is one snag i am coming across which is a Byte array declared as such:
Private MyByteArray() As Byte = {&H12, &H34, &H56, &H78, &H90, &HAB, &HCD, &HEF}
anyone know the proper syntax for the c# equiv??
thanks
there is one snag i am coming across which is a Byte array declared as such:
Private MyByteArray() As Byte = {&H12, &H34, &H56, &H78, &H90, &HAB, &HCD, &HEF}
anyone know the proper syntax for the c# equiv??
thanks