The hex dump program

image_pdfimage_print

using System;
using System.IO;

class Class1 {
public static string PadZero( string s, int len ) {
string temp = s;
for ( int i=s.Length; i

This entry was posted in Data Types. Bookmark the permalink.