ZeroPadding Property
If true, the field will pad the value with zeros to take up the entire length (ex. 0005). If false, the number will not be padded (ex. 5).
Syntax
public System.bool ZeroPadding {get; set;}Public Property ZeroPadding As System.Boolean