caseFormat

The caseFormat property specifies how to treat input and output in relation to case sensitivity. The value of the property is one of the following values of the CaseFormatKind enumeration:
defaultCase
Has no effect on case.
lowerCase
Transforms characters to lowercase, when possible.
upperCase
Transforms characters to uppercase, when possible.

defaultCase is the default value for this property. It can be updated at run time.

Compatibility

Table 1. Support for defaultCase property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No Yes No No No No

Feedback