"RT Happe" <
[hidden email]> wrote in message
news:c7flgu$auq$00$
[hidden email]...
> Why does the method ByteArray>>printHexString include quotes in the
returned
> string? This is not the case with printString. It should leave out the
> quotes.
Yes, I think you are probably right - it was (I think) designed that way to
make its original use more convenient, but it isn't consistent with
expectation. It would be a breaking change to patch it though, so I think a
new method will be needed.
The workaround is to use the #printHexOn: method.
>
> The method comment is wrong also?
Yes, that can be corrected.
Thanks
Blair