Octal Blog Posts

Convert decimal to octal and octal to decimal in PHP

   Orignal Source:http://codingvilla.com/convert-decimal-octal-php-single-article-572.aspx Decimal Values:   Decimal data type is a primitive data type that represents the non-repeating decimal fraction without round-off to apply arith...
by technology News on Aug 16, 2012

Convert String into Integer/Octal/ Decimal/ hexade

Convert String into Integer/Octal/ Decimal/ hexade Conversion of String into integer:While converting a string into integer you have to pass a string as argument, an exception will occur that will disturb the flow of instructions. Pass the value of S...
by technology News on Jul 30, 2012
Close