Exemple #1
0
        public string ToDecimal()
        {
            var convert = new DecimalSystem();

            return(convert.AnySystemToDecimal(this.octa, 8));
        }
Exemple #2
0
        public string ToDecimal()
        {
            var convert = new DecimalSystem();

            return(convert.AnySystemToDecimal(this.binary, 2));
        }