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
Hex Editor Neo Icon
Binary Data and File Data Editing Software Utility. Hex Editor Download
Trial
HxD Hex Editor Icon
Inspect and edit any file, main memory, or disk/disk image.
Free
NetBeans IDE Icon
Fully-featured Java IDE written completely in Java, with many modules available.
Free
ArgoUML Icon
ArgoUML is the leading open source UML modeling tool.
Free
AptEdit Lite Icon
Swiss Army Knife of editors - text, HEX, terminal, Programmers Editor.
Free
More