This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:tobinary [2016/01/01 22:42] 127.0.0.1 external edit |
en:tobinary [2020/02/28 10:46] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== FromBinary | + | ===== ToBinary |
- | **Format** | + | ==== Format |
- | ToBinary ( // | + | ToBinary ( [[numericexpressions|numeric_expression]] |
- | returns | + | returns |
- | **Description** | + | ==== Description |
Converts a number to its a string containing a binary value of ones and zeros. | Converts a number to its a string containing a binary value of ones and zeros. | ||
- | **Example** | + | ==== Example |
< | < |