从String到enum的互换(string to enum to string)
摘要:Convert a string to an enumerated (enum) value.Using the Enum.Parse method, you can easily convert a string value to an enumerated value. Doing this requires the type of the enum and string value. Add...
阅读全文
posted @
2006-07-02 20:39
dragonpro
阅读(6567)
推荐(0)