Breadcrumbs

StringToNumeric

Summary

Converts text representing a number to an integer.

image2018-2-28 17:33:33.png

Properties

  • Base: Chooses representation of the number (binary, octal, decimal or hexadecimal)

Example

image2018-2-28 17:35:54.png

With the text "00101111", the output value would be 47 with a binary representation.