ByteUtility class

Provides helper methods for working with Byte.

public static class ByteUtility

Public Members

name description
static ToBytes(…) Converts the specified string representation of bytes into a byte array.
static ToString(…) Converts the specified byte array to a string of hex digits.

See Also