Z
ZorpiedoMan
There MUST be an easier way...
I have a byte array I want to convert to a string.
I do NOT want to have characters above hex7h converted to a question mark
(that is what System.Text.AsciiEncoder.Encoder.GetString does)
really... there must be an easy way...
:-|
I have a byte array I want to convert to a string.
I do NOT want to have characters above hex7h converted to a question mark
(that is what System.Text.AsciiEncoder.Encoder.GetString does)
really... there must be an easy way...
:-|