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

Deserialize() public static method

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

Same methods

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