coTfsatoxD
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE NoteThis function should not be used in user specific CAPL programs.
Function Syntax
Description
The function converts a string into a dword value. The string contains either a decimal value, e.g. “1234” and “-1234” or a hexadecimal value, e.g. “0x4321”. The prefix 0x is automatically detected and the function converts the string.Parameters
- inValueBuf[]: Buffer containing the string.
- valueBufSize: Buffer size in byte of inValueBuf.