DekGenius.com
[ Team LiB ] Previous Section Next Section

ObjectConverterobsolete

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);
}
    [ Team LiB ] Previous Section Next Section