enum toString() overloading
I am brand new to C#, coming from the C++ world.
Even in C++ I am still an amature, so please forgive
the nature of my stupid questions ( this one and
probably more to come).
I was wondering if anyone could tell me how to
override the toString() function on an enum.
Thanx
|