dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlConvert.cs,1.6,1.7


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlConvert.cs,1.6,1.7
Date: Mon, 26 May 2003 14:16:25 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Xml
In directory subversions:/tmp/cvs-serv9622/System.Xml

Modified Files:
        XmlConvert.cs 
Log Message:
Stub out more non-ECMA methods for ComponentModel and Xml classes


Index: XmlConvert.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/XmlConvert.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** XmlConvert.cs       23 Apr 2003 06:28:50 -0000      1.6
--- XmlConvert.cs       26 May 2003 18:16:23 -0000      1.7
***************
*** 450,453 ****
--- 450,461 ----
  #endif
  
+ #if !ECMA_COMPAT
+       [TODO]
+       public static Guid ToGuid(String value) 
+                       {
+                               throw new NotImplementedException("ToGuid");
+                       }
+ #endif
+ 
        // Convert a string to an Int16 value.
        public static short ToInt16(String s)
***************
*** 662,665 ****
--- 670,681 ----
                                        (format, 
DateTimeFormatInfo.InvariantInfo);
                        }
+       
+ #if !ECMA_COMPAT      
+       [TODO]
+       public static String ToString(Guid value) 
+                       {
+                               throw new 
NotImplementedException("ToString(Guid)");
+                       }
+ #endif
  
        // Inner version of "VerifyName" and "VerifyNCName".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]