For anyone working with ID3 version 1 or 1.1 tags in audio files, this static class may come in handy.
It uses indexers to convert between the textual to the numerical representation or from numerical to textual and also accounts for unset and invalid values.
Being static, it is always around when you need it instead of having to instantiate it each time.
Enjoy!