ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 448
نمايش فراداده

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