aws-signer-v4-dot-net icon indicating copy to clipboard operation
aws-signer-v4-dot-net copied to clipboard

Suggestion: HexConverter.ToString()

Open rcollette opened this issue 4 years ago • 2 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.

rcollette avatar Apr 28 '21 01:04 rcollette

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

ronenfe avatar Mar 23 '22 17:03 ronenfe

https://github.com/dotnet/runtime/blob/main/src/libraries/Common/src/System/HexConverter.cs#L168

rcollette avatar Mar 23 '22 19:03 rcollette