PropertyConverter

PropertyConverter

System.Web.UI (system.web.dll)sealed class

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);
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace