Contents
Display Legacy Contents

 Print
    BinToDecimal  
This Function returns a <numeric>, which is the result of the conversion of the specified binary Value converted to decimal.

Parameters

Value <string>
  Binary value to convert.

     
Example 1
BinToDecimal("1000001")

Result = 65

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:35 PM