BitConverter.ToString(byte[]) issue with nmea data

I have an issue with nmea data conversion received on a com port with a G400D. In the past (4.2) I was using a custom bitconverter class since no equivalent was provided in the .netmf api. Porting the code to 4.3 I believe that the newly added BitConverter would be used but it seems to not work as I woul expect. Is there any bug or limitation known?

Thanks andre. Forunately, I just have to call to string method on the byte to perform the conversion :whistle:

However I am really concerning by performance in terms of runtime. DOes anyone have already perform some benchmark about NMEA processing?

In fact ToString methods return the string “System.byte[]”. It is threfore not the solution… I should have check that before posting…