Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » toUpper

toUpper

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

Description

Transforms a character or string to upper 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.

Return Values

Upper case of the character (form 1).

Example

toLower