J
Jim
I need to input a stream of data that is a string. In
that string are some octal numbers. What happen, did you
forget the ushort.Parse(string,...) that accepts octal
numbers? You have decimal and hexidecimal but no octal.
Any other votes for octal input to the .Parse() method.
Jim
that string are some octal numbers. What happen, did you
forget the ushort.Parse(string,...) that accepts octal
numbers? You have decimal and hexidecimal but no octal.
Any other votes for octal input to the .Parse() method.
Jim