CSMSL.IO.MzML.ProductType.Deserialize C# (CSharp) Метод

Deserialize() публичный статический Метод

public static Deserialize ( string xml, ProductType &obj ) : bool
xml string
obj ProductType
Результат bool
        public static bool Deserialize(string xml, out ProductType obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

ProductType::Deserialize ( string xml ) : ProductType
ProductType::Deserialize ( string xml, ProductType &obj, System &exception ) : bool