MindFusion.Wpf Pack Programmer's Guide
OCT2DEC

Converts the specified octal (base 8) number to its decimal equivalent.

Syntax  Copy Code

OCT2DEC( NumberOrText x )  Number

Parameters

x
Required. The octal number to convert, expressed as either text or number. This value should not contain more than 10 characters.

Remarks

If x is not a valid octal number, the function returns the #VALUE! error value. If x contains more than 10 characters (10 bits), the function returns the #NUM! error value.

Example

Formula  Copy Code

=OCT2DEC(5,3)
=OCT2DEC("777")

See Also

Function Reference
BIN2OCT Function
DEC2OCT Function
HEX2OCT Function