Name

XmlConvert — System.Xml (system.xml.dll) CF 1.0, ECMA 1.0  class 

Synopsis

public class XmlConvert {
// Public Constructors
   public XmlConvert( );  
// Public Static Methods
   public static string DecodeName( string name);  
   public static string EncodeLocalName( string name);  
   public static string EncodeName( string name);  
   public static string EncodeNmToken( string name);  
   public static bool ToBoolean( string s);  
   public static byte ToByte( string s);  
   public static char ToChar( string s);  
   public static DateTime ToDateTime( string s);  
   public static DateTime ToDateTime( string s, string format);  
   public static DateTime ToDateTime( string s, string[ ] formats);  
   public static decimal ToDecimal( string s);  
   public static double ToDouble( string s);  
   public static Guid ToGuid( string s);  
   public static short ToInt16( string s);  
   public static int ToInt32( string s);  
   public static long ToInt64( string s);  
   public static sbyte ToSByte( string s);  
   public static float ToSingle( string s);  
   public static string ToString( bool value);  
   public static string ToString( byte value);  
   public static string ToString( char value);  
   public static string ToString( DateTime value);  
   public static string ToString( DateTime value, string format);  
   public static string ToString( decimal value);  
   public static string ToString( double value);  
   public static string ToString( Guid value);  
   public static string ToString( short value);  
   public static string ToString( int value);  
   public static string ToString( long value); public static ...

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.