LeftPadOption enum | QSYS API Reference Guide
Describes the Left padding option.
Namespace: ASNA.QSys.Expo.Tags
Assembly: ASNA.QSys.Expo.Tags.dll
Remarks
Left-Padding guarantees the position of the significant characters of a Fixed Type field value, when not all the length is used. Application Logic may depend on those filled positions.
Enum Values
| Name | Description | Value |
|---|---|---|
| Blanks | Pad by adding blank characters to the left. | 1 |
| None | No Left padding. Default | 0 |
| Zeroes | Pad by adding zero character to the left. | 2 |