0
kicks
C# Tip: Creating an Octal String from a Byte in C#
Okay, so C# (.Net) has some awesome functionality for creating a hex string from a numeric value. But what if you need an octal string for a binary value. I also show how to convert back from an octal string into the original byte value.