public static string ToUpperHexString()

in JetBrains.Etw.HostService.Updater/src/Util/ConvertUtil.cs [45:48]


    public static string ToUpperHexString([NotNull] this byte[] buffer)
    {
      return new(ToUpperHexChars(buffer));
    }