On 6/5/07, christoph.huesler@css.ch christoph.huesler@css.ch wrote:
If I get it right, there's no difference between storing something as hex or storing it as binary, because hex is just a shorter form of presentation for binary values, right?
Hex takes two bytes per byte, while binary takes one byte per byte. Is there any reason not store binary values as binary data, even though they may be used later in an other representation?
Bryan