Base62 struct Icon

Base62 struct

Display as much alphanumeric info in as little space as possible.

Base62 structOverview

I was working on a personal project and needed to display as much alphanumeric info in as Little space as possible, while treating the characters as numbers. I came up with this struct, which is a Base62 data type. It's a good example of creating a struct for use as a data type, including the following:
Implicit conversion to/from multiple types
Arithmetic operators (+, -, *, /)
Relational operators (==, !=, )
Equality against multiple types
Example:
Base62 num = "10"; // Results in an int value of 62
num == 62 // True
num == "10" // True
num < 63 // True
num < "Z" // False
num + 1 == 63 // True
num + "1" == 63 // True

NEW

Fixed some bugs.

Base62 structInformation

Version
1.0
Date
10.21.08
License
Free
Language
English
File Size
2KB
Developer
Category
Operating Systems
Windows Vista, 2003, XP, 2000, 98
System Requirements
No additional system requirements.
Ruler Icon
It's a screen ruler for Windows.
Free
ControlPaintTester Icon
Find the source useful since everything is done with reflection.
Free
Access Query Analyzer Icon
Quicker to write one instead of trying to find one on the internet
Free
Snippet Compiler Icon
Snippet Compiler compiles snippets.
Free
NCover Browser Icon
Drag & drop file on app to load, File|Reload to reload.
Free
IsDebug Icon
A small debug tool.
Free
Message Dialog Icon
A Code of Message Dialog.
Free
More
Notepad++ (64-bit) Icon
Take full advantage of highly executable, multi-language, simultaneous text and source code editing.
Free
Notepad++ Icon
Take full advantage of highly executable, multi-language, simultaneous text and source code editing.
Free
Sublime Text (64-Bit) Icon
Create and edit commands, text files, macros, and regular expressions.
Demo
BlueGriffon Icon
BlueGriffon is a new WYSIWYG content editor for the World Wide Web.
Free
Batch Hex Editor Icon
Replace, insert, delete, hex-edit bytes and bits in multiple files
Trial
AutoCode Icon
Automates repetitive coding tasks by using custom commands
Free
DJ Java Decompiler Icon
Decompile any Java applets or binaries and reconstruct the original source code
Trial
Visual Studio Code Icon
Generate and debug innovative Web and cloud applications with lightweight, yet high-powered source code editor.
Free
More