Encog.App.Analyst.Script.Prop.ScriptProperties.GetPropertyFormat C# (CSharp) 메소드

GetPropertyFormat() 공개 메소드

Get a property as a format.
public GetPropertyFormat ( String name ) : AnalystFileFormat
name String The property name.
리턴 AnalystFileFormat
        public AnalystFileFormat GetPropertyFormat(String name)
        {
            String v = _data[name];
            return ConvertStringConst.String2AnalystFileFormat(v);
        }