|
|
|
|
|
by meindnoch
722 days ago
|
|
What are you talking about? At runtime, an enum value is just an integer. You need to look up the enum case that corresponds to your integer in order to convert it to a string. Which is precisely what the code above is doing. |
|