DataPadingDigit


Function

 

Specifies the number of digits in the data.

 

Variable type

 

[ C#: short ] [ VB.NET: Short ]

 

Initial value

 

1

 

Setting value

 

1 <= DataPadingDigit <= 15

 

Remarks

 

Specifies the number of digits in the data. If the data is less than the set number of digits, adjust the number of digits with the specified padding character.
If the data to be written has a data length greater than or equal to the DataPadingDigits property, the data length of the data to be written has priority.
For example, DataPadingDigits = 3, if you write the data 1234, it will be 1234.