ObjectConverter Class
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Converts an object from one object type to another object type. This class is obsolete. Use the Convert class and the Format method instead.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectConverter() |
| Name | Description | |
|---|---|---|
![]() ![]() | ConvertValue(Object^, Type^, String^) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
.NET Framework
Available since 1.1
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

