ATMLModelLibrary.model.common.hexadecimalArrayElement.Deserialize C# (CSharp) 메소드

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input, hexadecimalArrayElement &obj ) : bool
input string
obj hexadecimalArrayElement
리턴 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