M
Max Gattringer
I have written a little programm, which converts normal Text into Unicode
Bytes - nothing special, but i tried to creat 2nd Encoder which converts
strings(numbers) in a textBox (strings which i had converted from
UnicodeString to Bytes) to a UnicodeString.
<textbox Text : 0770>
->>> byte[] <--- I want the numbers in the Array
---->>>> as UnicodeString: M
Thx
PS: Please ignore the broken English - It's hard to discribe my problem..
Bytes - nothing special, but i tried to creat 2nd Encoder which converts
strings(numbers) in a textBox (strings which i had converted from
UnicodeString to Bytes) to a UnicodeString.
<textbox Text : 0770>
->>> byte[] <--- I want the numbers in the Array
---->>>> as UnicodeString: M
Thx
PS: Please ignore the broken English - It's hard to discribe my problem..