toHexStringAsByte method

String toHexStringAsByte()

Converts a single byte integer to a hex string.

Implementation

String toHexStringAsByte() => ByteUtils.byteToHexString(this);