.NET API Guide: Returning Enum Values as Strings
May 29, 2024 · 1 min read · I was recently asked to return an enum as a string instead of an int from an API call. At first, I considered how to override the framework's behavior, but after some research, I found the solution was easier than I expected. The easiest way to resol...
Join discussion