===== FromBinary (Function) =====
==== Format ====
**frombinary** ( [[stringexpressions|string_expression]] )
returns [[integerexpressions|integer_expression]]
==== Description ====
This function returns an integer number represented by the binary (base 2) string.
==== Example ====
print frombinary("11")
print frombinary("1001101")
displays\\
3
77
==== See Also ====
{{page>en:start#Base Conversion&noheader}}
==== History ====
|0.9.9.45|New To Version|