Language Constants - Integer formatting options¶
The following constants can be used in a function that tells how to format an integer value.
return drCustomInteger
| Constant | Explanation |
|---|---|
| drWindowsInteger | Use the Windows regional settings for formatting an integer value |
| drCustomInteger | Customize the formatting of an integer value |
| drCustomIntegerMask | Use a mask for formatting the integer value using the allowed mask characters |