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

Deserialize() 공개 정적인 메소드

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

Same methods

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