ATMLModelLibrary.model.common.octalArrayElement.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string input, octalArrayElement &obj ) : bool
input string
obj octalArrayElement
return bool
        public static bool Deserialize(string input, out octalArrayElement obj)
        {
            System.Exception exception;
            return Deserialize(input, out obj, out exception);
        }

Same methods

octalArrayElement::Deserialize ( string input, octalArrayElement &obj, System &exception ) : bool
octalArrayElement::Deserialize ( System s ) : octalArrayElement
octalArrayElement::Deserialize ( string input ) : octalArrayElement