Output format constants (COM API)

Description

Constant

Value

Description

Example

EhNone

0

No reformatting of output string

"posTgIro" becomes "posTgIro"

EhUppercase

1

Format output string to uppercase

"posTgIro" becomes "POSTGIRO"

EhLowercase

2

Format output string to lowercase

"posTgIro" becomes "postgiro"

ehLeadingUppercase

3

Format first character to uppercase, the rest lowercase

"posTgIro" becomes "Postgiro"

Overview of COM API constants