ObjectConverter Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
NOTE: This class is now obsolete.
Converts an object from one object type to another object type. This class is obsolete. Use the Convert class and the Format method instead. Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
[ObsoleteAttribute("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202")] public sealed class ObjectConverter
/** @attribute ObsoleteAttribute("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202") */
public final class ObjectConverter
ObsoleteAttribute("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202") public final class ObjectConverter
Not applicable.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show: