SKGL.Validate._Features C# (CSharp) Метод

_Features() приватный Метод

private _Features ( ) : bool[]
Результат bool[]
        private bool[] _Features()
        {
            decodeKeyToString();
            return _a.intToBoolean(Convert.ToInt32(_res.Substring(20, 3)));
        }