Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
The INT64VALUE function returns an Int64 value that represents the specified string.
Syntax 1
INT64VALUE (text)
Syntax 2
INT64VALUE (number)
Arguments
text: String
A text value that must be converted to an Int64 number.
number: Real or Integer
A numeric Real or Integer value that must be converted to an Int64 number.
Return values
Int64
The resulting numeric value.
Usage notes
Any decimal places are truncated.
Example 1
INT64VALUE ("22565422744") returns the Int64 value 22565422744.
Example 2
INT64VALUE ( VALUE("22565422744.77")) returns the Int64 value 22565422744.