Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string ToHex(this IEnumerable<byte>, int)

  • Declared in: RT.Util.Ut

Declaration

public static string ToHex(
    this IEnumerable<byte> data,
    int spacesEvery = 0
)

Summary

Generates a representation of the specified byte sequence as hexadecimal numbers (“hexdump”).