Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# Byte Array

Status
Not open for further replies.

fid

Programmer
May 10, 2001
20
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top