I'd like to take the codes of wide char form a unicode string to a byte
array and so do a byte array to a string.
For instance:
dim Barray() as byte
dim fromStr as String
formStr="dhfdjfjjdjfhdfdffdkfj"
formStr------>Barray ?
And now I get a new question, How about to pase a hexnumber string to a
double in c# ?
for instance:
string hexstr="0x6fd42ce";
double dvar;
hexstr----->dvar ??
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.