User Tools

Site Tools


en:frombinary

This is an old revision of the document!


FromBinary (Fucntion)

Format

frombinary ( string_expression ) returns integer_expression ==== Description ==== This function returns an integer number represented by the binary (base 2) string. ==== Example ==== <code>print frombinary(“11”) print frombinary(“1001101”) </code> displays
<code>3 77 </code> ==== See Also ====

==== History ==== |0.9.9.45|New To Version|

en/frombinary.1471027900.txt.gz · Last modified: 2020/02/28 10:46 (external edit)