Json – How would I convert a string to an ENUM?
Basically I have a frontend which uses Angular (And Node.JS built-in) to send requests to a remote back-end application built in C# and ASP.NET. In both the frontend and the back-end I have the following enums declared: public enum UserType…