Output format constants (Classic API)

Description

Value

Example

No reformatting of output string

0

"posTgIro" becomes "posTgIro"

Format output string to uppercase

1

"posTgIro" becomes "POSTGIRO"

Format output string to lowercase

2

"posTgIro" becomes "postgiro"

Format first character to uppercase, the rest lowercase

3

"posTgIro" becomes "Postgiro"

ApplyFormat

GetFilteredValueStr

Output format constants (COM API)