How to convert string to byte array without ascii code
807607Nov 1 2006 — edited Nov 2 2006Hello,
I am using myString.getBytes[] -- that works But
if my string contains "959"
I want the Byte Array to contain 9,5,9 and not 57,53,57 ( ASCII code)
I tried different encodings but nothing works. What else can I do,
Thank you,
sqlagentman