Search the Community
Showing results for tags 'StringtoBinary'.
-
Hi, I have in trouble converting *.txt to original binary format. I attached my sample text file. The one what I want is 1) If text contains "[" and "]" then Split text into array. 2) Convert StringToBinary btw "[" and "]" 3) Convert other strings(Japanese) to Shift-JIS. Fo...
-
So I am trying to write a script that can take the current computer name and write it to a registry key. This key uses REG_BINARY type of key and looks like this: Value 1 Name: LocalName Type: REG_BINARY Data: 00000000 54 4f 55 47 48 42 4f 4f - 4b 36 30...