public static string ToLoverHexString()

in JetBrains.Etw.HostService.Updater/src/Util/ConvertUtil.cs [39:42]


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