CSMSL.IO.MzML.IndexType.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string xml, IndexType &obj ) : bool
xml string
obj IndexType
return bool
        public static bool Deserialize(string xml, out IndexType obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

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