MzIdentML.cvType.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string xml, cvType &obj ) : bool
xml string
obj cvType
return 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 &obj, System &exception ) : bool
cvType::Deserialize ( string xml ) : cvType