natix.SimilaritySearch.KnrFP.Parse C# (CSharp) Method

Parse() public method

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