Cast the value of a string to enum class variable – Facebook api
I want to assign a string value got from a restful API to my Designation value which is an "enum" class variable.I was trying to do it like this but it's not working I guess.Can somebody please tell me how…