ATMLModelLibrary.model.signal.basic.SelectIf.Deserialize C# (CSharp) Méthode

Deserialize() public static méthode

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

Same methods

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