V Vitaly Zayko Dec 8, 2005 #1 How to convert bit string to byte and vice versa? For example: string bitstr = "11111111"; after conversion should get 0xFF
How to convert bit string to byte and vice versa? For example: string bitstr = "11111111"; after conversion should get 0xFF
O Octavio Hernandez Dec 8, 2005 #2 HI Vitaly, Check this: http://www.codeproject.com/dotnet/BinaryAndHexConversions.asp Regards - Octavio
HI Vitaly, Check this: http://www.codeproject.com/dotnet/BinaryAndHexConversions.asp Regards - Octavio