using System; public class Test { public static void Main() { byte[] key = new byte[1]; Console.WriteLine(key.Stringify()); } }