hi,
I have the follow code
dim conv as byteconversion
content=File.ReadList("\mnt\sdcard","smsposition.txt")
UeshArxeioy=content.Get(0)
Ypografh=content.get(1)
Byt=conv.StringToBytes(Ypografh,"windows-1253") or ISO-8859-7
Log(Ypografh)
all then bytes of byt =26
how to get back from byt the string to ypografh ?
I have the follow code
dim conv as byteconversion
content=File.ReadList("\mnt\sdcard","smsposition.txt")
UeshArxeioy=content.Get(0)
Ypografh=content.get(1)
Byt=conv.StringToBytes(Ypografh,"windows-1253") or ISO-8859-7
Log(Ypografh)
all then bytes of byt =26
how to get back from byt the string to ypografh ?