using System;using System.Globalization;public class Example{ public static void Main() { byte[] b = {0x00, 0x12, 0x34, 0x56}; }}