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

Deserialize() public static method

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

Same methods

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