Set the length of each field at once.
[Visual Basic]
Public Sub SetFieldsLength( _
ParamArray
lengths As
Integer() _
)
[C#]
public
void SetFieldsLength(
params
int[] lengths);
Parameters
-
lengths
- The length of each field, must be the same that the number of fields.
See Also
FixedLengthClassBuilder Class | FileHelpers.RunTime Namespace
Powered by: