octdec Octal to decimal &reftitle.description; numberoctdec stringoctal_string Returns the decimal equivalent of the octal number represented by the octal_string argument. &reftitle.parameters; octal_string The octal string to convert &reftitle.returnvalues; The decimal representation of octal_string &reftitle.examples; <function>octdec</function> example ]]> &example.outputs; &reftitle.notes; The function can convert numbers that are too large to fit into the platforms integer type, larger values are returned as float in that case. &reftitle.seealso; decoct bindec hexdec base_convert