I'm trying to get the uint value from an enum when the input value I have is a String. So for: public enum colors{red, blue, green}; ...
確定! 回上一頁