I\'m not sure what I\'m doing wrong here. I have a generic class, which is basically a glorified integer, with a few methods for certain string formatting, as well as into/from
No they're not. Here's the clue:
public **static** implicit operator Base(int Value)
static methods in C# are just global functions with access to private class members. They're never inherited