System.Xml.Serialization.XmlSerializationReader.ToDate C# (CSharp) Method

ToDate() protected static method

protected static ToDate ( string value ) : DateTime
value string
return DateTime
        protected static DateTime ToDate(string value)
        {
            return XmlCustomFormatter.ToDate(value);
        }