| System.Web.UI (system.web.dll) | sealed class |
This class is used automatically by the ASP.NET framework and never
used directly in your code.
public sealed class ObjectConverter {
// Public Constructors
public
ObjectConverter ( );
// Public Static Methods
public static object
ConvertValue (object
value , Type
toType , string
formatString );
}