rudy.net wrote: I couldn't do a conversion from integer If the "number" is a string, like "5", then it should still do the conversion to the enum type. At least, so it says in the docs for Enum.Parse, which the type converter should be using. In general, you should be able to convert any value type to a string, and then be able to convert it to the appropriate property type. Otherwise, things like MyXaml wouldn't work. :) Marc MyXaml Advanced Unit Testing YAPO