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

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

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

Same methods

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