ATMLModelLibrary.model.signal.basic.ThreePhaseWye.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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