IntExpressionConverter class
string
or number
to json IntExpression converter.
Methods
convert(Input | Int |
Converts a |
Method Details
convert(Input | IntExpression)
Converts a string
or number
into an IntExpression.
function convert(value: Input | IntExpression): IntExpression
Parameters
- value
-
Input | IntExpression
string
or number
to convert.
Returns
The IntExpression.