將二進位數轉換成十進位數
Syntax
bin2dec(binarystr)
binarystr
Description
bin2dec(binarystr) 將二進位字串binarystr轉成十進位數。
Examples
bin2dec('010111') 回傳 23。
bin2dec('010111')
See Also
dec2bin