Provides helper methods for working with Byte.
public static class ByteUtility
| 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. |