System.Web.UI.PropertyConverter: Method Members

The methods of System.Web.UI.PropertyConverter are listed below. For a list of all members, see the PropertyConverter Members list.

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.