Class ByteArrayExtensions
- Namespace
- The.Utility
- Assembly
- Instagile.Model.dll
public static class ByteArrayExtensions
- Inheritance
-
ByteArrayExtensions
- Inherited Members
-
Methods
CompareByteArrays(byte[], byte[])
public static int CompareByteArrays(this byte[] left, byte[] right)
Parameters
left byte[]
right byte[]
Returns
- int
GetHex(byte[])
public static string GetHex(byte[] bytes)
Parameters
bytes byte[]
Returns
- string
HexDump(byte[])
public static string HexDump(this byte[] data)
Parameters
data byte[]
Returns
- string
PrettyPrint(byte[])
public static string PrettyPrint(this byte[] self)
Parameters
self byte[]
Returns
- string
PrettyPrint(ulong)
public static string PrettyPrint(this ulong self)
Parameters
self ulong
Returns
- string