ATMLModelLibrary.model.signal.basic.SelectCase.Deserialize C# (CSharp) 메소드

Deserialize() 공개 정적인 메소드

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

Same methods

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