System.Web.UI.ObjectConverter Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.ObjectConverter class. This class is obsolete. Use the Convert class and the string.Format(string, object) method instead.

Public Methods

static
ConvertValue(object, Type, string) : object

Converts an object from one object type to another object type. This class is obsolete. Use the Convert class and the string.Format(string, object) method instead.