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

Deserialize() public static method

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

Same methods

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