toInt

toInt() function is the Standard function available in 200OK

Description : The toint function converts a string value to an integer.

Syntax : fx_toint(value)

Example : fx_toint('34') returns the integer value 34.

Scenario : In a data processing pipeline, there's a need to convert string-based numerical inputs into integer values for computational tasks. Utilizing a dedicated function, the system efficiently transforms string representations of numbers into integer values, ensuring compatibility with numerical operations.

Request Side :

Response Side :

Last updated