I am very new to binary conversions. I have Field 95 coming in below format - total 42 bytes. below field represent $400. Can you please help, how can i convert it to $400 value?
000000040000000000000000000000000000000000
Template definition:
var template = new Template{ ...
{ AuthBit._095_REPLACEMENT_AMOUNTS, AuthFieldDescriptor.EbcdicFixed(42, FieldValidators.Ans) },..}
byte[] bitmap = msg.ToMsg();