tsibelman / aws-signer-v4-dot-net

Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: HexConverter.ToString()

rcollette opened this issue · comments

You might want to take a look at HexConverter.ToString() for some inspiration.. It's an internal class that does handle lower case byte[] to hex string conversion. It's going to be a bunch faster than a string formatting loop.

commented

Hi, can you please give a reference to this class and usage?