Open topic with navigation CAPL Functions » General » Function Overview » toLowerDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
toLower
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Transforms a character or string to lower case. Only characters a-z and A-Z are supported.Parameters
- c: Character to be transformed.
- source: String to be transformed.
- dest: Destination buffer for the transformed string.
- bufferSize: Size of the destination buffer.