FieldLen Property
The number of digits for the number. The number will always fill up the FieldLen (ex. for a length of 4, a number might be '0005').
Syntax
public System.int FieldLen {get; set;}Public Property FieldLen As System.IntegerThe number of digits for the number. The number will always fill up the FieldLen (ex. for a length of 4, a number might be '0005').
public System.int FieldLen {get; set;}Public Property FieldLen As System.Integer