The ToInt function converts an expression to an integer value.
Syntax
|
The ToInt function converts an expression to an integer value. |
|
ToInt(expression) |
|
Arguments: |
|
|
expression |
Expression - The expression to convert. |
Remarks
- Example: ToInt("42") returns 42.
Comments
0 comments
Article is closed for comments.