In C#, enums are backed by an integer. Most tools will serialize or save your enums using that integer value. But what if you need to save it as a string?
確定! 回上一頁