en:frombinary

FromBinary

This function returns an integer number represented by the binary (base 2) string.

Format

frombinary ( string )

Description

Example

print frombinary("11")
print frombinary("1001101")

displays

3
77

New To Version

0.9.9.45

See Also

en/frombinary.txt · Last modified: 2013/02/09 21:21 by admin