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

Deserialize() public static method

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

Same methods

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