I'm supposed to send Data-Element 35 (Track2: ".....=.....") in BCD format. The '=' character is to be replaced with a 'D'.
Isn't 0x0D illegal in BCD?
But, the customer is always right... so, how can it be done?
I can add the following static method:
BcdVar(..., IFieldValidator validator)
and call:
msg[Bit._035_TRACK_2_DATA] = FieldDescriptor.BcdVar(2, 37, FieldValidators.Track2);
Is it possible without changing the lib?