SKGL.Validate._Features C# (CSharp) Method

_Features() private method

private _Features ( ) : bool[]
return bool[]
        private bool[] _Features()
        {
            decodeKeyToString();
            return _a.intToBoolean(Convert.ToInt32(_res.Substring(20, 3)));
        }