Exemplo n.º 1
0
 private static string GetHexRandomByte()
 {
     return(RandomGenerator.NextByte().ToString("X").PadLeft(2, '0'));
 }