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

Deserialize() public static method

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

Same methods

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