eglib: checking for locale_charset function
[mono.git] / mcs / class / System.Web / System.Web.UI / ObjectConverter.cs
index 62dbfa188fcf0661f3b3f2f8ccebf08f848e133c..80833dbc4359679ca6ff89c53062aeb9c025c906 100644 (file)
 
 using System.Security.Permissions;
 
-namespace System.Web.UI {
-
-       [Obsolete ("Use the System.Convert class and String.Format instead", false)]
+namespace System.Web.UI
+{
+       [Obsolete ("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202")]
        // CAS - no InheritanceDemand here as the class is sealed
-       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
-       public sealed class ObjectConverter {
-
-#if NET_2_0
-               [Obsolete]
-#endif
+       public sealed class ObjectConverter
+       {
                public ObjectConverter ()
                {
                }