eglib: checking for locale_charset function
[mono.git] / mcs / class / System.Web / System.Web.UI / ObjectConverter.cs
index 5c51905a8aca941a667197079ca160420e94a5cf..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 {
-
+       public sealed class ObjectConverter
+       {
                public ObjectConverter ()
                {
                }