Gets or sets all the number of digits specified on NumberOfDigits property used to view AnnBatesNumber.
Object.defineProperty(AnnBatesNumber.prototype, 'useAllDigits',
get: function(),
set: function(value)
)
A value indicating whether or not to use all the number of digits specified on the NumberOfDigits property to view the AnnBatesNumber digits.
Suppose that the set the number of digits is 5 and the method AsString returns 1.
Setting this property to true represents it as 00001. Whereas setting it to false represents the numerical value as 1.
Note: Empty digits are filled with 0 when this property is true.
For an example, refer to IAnnBatesElement.