public Bits(Hex hexData) { this.createArray(hexData.ToBytes()); }
public Hex(Hex hexData) { this.bytes = hexData.ToBytes(); }