반응형

        public static object Parse(Type enumType, string value, bool ignoreCase);


사용 예제 코드.

 ElapsedTimeFormat radioFormat = (ElapsedTimeFormat)Enum.Parse(typeof(ElapsedTimeFormat), radio.Tag as string, true);

반응형
Posted by 컴스터
,