You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Yuval <yu...@gmail.com> on 2005/05/16 12:36:23 UTC

convert text string to hex

Hi,
 My question is not directly related to JMeter, but I need it in order to 
use the TCP sampler:
 How do I convert text string to hexadecimal?
 For example "ab cd" -> "61 62 20 63 64" .
 Thanks.