This class is used by the .NET framework, not directly by your own
code.
public sealed class PropertyConverter {
// Public Static Methods
public static object EnumFromString(Type enumType, string value);
public static string EnumToString(Type enumType, object enumValue);
public static object ObjectFromString(Type objType, System.Reflection.MemberInfo propertyInfo,
string value);
}