Houdini 21.0 Nodes APEX nodes

string::ToInteger

Converts a string to an integer.

On this page
Since 21.0

If the input string cannot be converted to an integer, a result of 0 is returned.

Inputs

value: String

The string to convert to an integer.

Outputs

result: Int

The integer representation of the input string. If the string cannot be converted to an integer, a result of 0 is returned.

success: Bool

Returns True if the string is successfully converted to an integer.

See also

APEX nodes