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

Deserialize() public static method

public static Deserialize ( string input ) : ILS_GLIDE_SLOPE
input string
return ILS_GLIDE_SLOPE
        public new static ILS_GLIDE_SLOPE Deserialize(string input)
        {
            System.IO.StringReader stringReader = null;
            try
            {
                stringReader = new System.IO.StringReader(input);
                return ((ILS_GLIDE_SLOPE)(Serializer.Deserialize(System.Xml.XmlReader.Create(stringReader))));
            }
            finally
            {
                if ((stringReader != null))
                {
                    stringReader.Dispose();
                }
            }
        }
        

Same methods

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