what is the syntax for the BerConverter.Decode format string?

  • Thread starter Thread starter Jeremy Chaney
  • Start date Start date
J

Jeremy Chaney

what is the syntax for the BerConverter.Decode format string? MSDN lists
all of the options, but does not say how to chain them together. I've
tried "ii", "{ii}, and "{i}{i}" for my byte array that contains two
integers, but I always get a BerConversionException.

Thanks,
--Jeremy
 
Back
Top