G
Guest
i need to convert data from string to nibble wich (nibble is a four bits
representation)
As example i have the following code
string data1 = "12345678";
so ¿how can i convert this data (numbers) to a nibble representation?
thanks for any idea
representation)
As example i have the following code
string data1 = "12345678";
so ¿how can i convert this data (numbers) to a nibble representation?
thanks for any idea