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

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

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

Same methods

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