Open topic with navigation CAPL Functions » General » Function Overview » _atoi64Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
_atoi64
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Converts the string s to a 64bit integer. The number base is decimal.Parameters
- s: String to be converted.
Return Values
- The converted number.
- The return value is 0 if the string can’t be converted to a number. It is the largest positive/negative number in case of overflow.