natix.SimilaritySearch.KnrFP.Parse C# (CSharp) 메소드

Parse() 공개 메소드

public Parse ( string raw ) : object
raw string
리턴 object
        public object Parse(string raw)
        {
            var u = this.IdxRefs.DB.Parse (raw);
            return this.GetFP (u);
        }