Creator Help

toLong()

This topic describes the syntax and usage of the toLong() function in Zoho Creator .

Description

The toLong() function returns Long from the given expression.

Syntax

<expression>.toLong()

Return Value

Returns Long from given expression.

Top