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

Deserialize() public static method

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

Same methods

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