Skip to content

Instantly share code, notes, and snippets.

View abbaye's full-sized avatar
🎯
Focusing on wpf hexeditor control

Derek Tremblay abbaye

🎯
Focusing on wpf hexeditor control
  • Saguenay, Québec
View GitHub Profile
@abbaye
abbaye / ByteConverters.cs
Created August 23, 2017 10:58
A class to convert a value to hex or reverse
//////////////////////////////////////////////
// Apache 2.0 - 2016-2017
// Author : Derek Tremblay ([email protected])
//////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;