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.