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

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

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

Same methods

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