I have few controls in my view in which user will entre hex value.
Previously the user was entrying characters. Which i converted using
Alert = Convert.ToByte(collection["Alert"])
Now user wants to enter the value in hex.
I need to read from fromcollection to parse hex value that was entered by user. Then i need to convert that hex into its binary from.
I am new to programming kindly guide me.