System.Web.UI.PropertyConverter Members

The members of System.Web.UI.PropertyConverter are listed below.

See Also: Inherited members from System.Object

Public Methods

static
EnumFromString(Type, string) : object

Converts the string representation to a value of the specified enumeration type.

static
EnumToString(Type, object) : string

Converts the value of the specified enumeration type to its equivalent string representation.

static
ObjectFromString(Type, System.Reflection.MemberInfo, string) : object

Converts the string value to the specified object type.