วันจันทร์ที่ 12 มกราคม พ.ศ. 2552

Enum to String and String to Enum

Enum to String
Enum.GetName( typeof(EnumType), mode)

String to Enum
(EnumType)Enum.Parse(typeof(EnumType);, EnumValue, true);

ไม่มีความคิดเห็น: