ATMLModelLibrary.model.signal.VOR.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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