Convert integer-to-radix-string

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Schema

Convert integer-to-radix-string.png

Operations

  • Convert the value of a number to a radix-string (i.e. hex, octal, binary etc.)
  • The optional prefix is prepended, if given (such as 0x...)


Example

Convert integer-to-radix-string example.PNG

Value of integer (123) in Base 16 (hexadezimal) is: 7B (string) Value of integer (123) in Base 10 (dezimal) is: 123 Value of integer (123) in Base 2 (binary) is: 1111011

Revisions

These blocks has been in the Standard Library since 1.0.



Back to Standard Library.
Previous: Convert [ Any To LeftPaddedString ]
Next: Convert [ Number To Float ]


Meine Werkzeuge