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


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net