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

Deserialize() public static method

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

Same methods

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