[Solved] Can we type strings with use of hex codes in c# like we type integers like that int a = 0x0000cd54;?
string str = “\x45 \xac \x1b \5c” http://msdn.microsoft.com/en-us/library/aa691090%28v=vs.71%29.aspx 4 solved Can we type strings with use of hex codes in c# like we type integers like that int a = 0x0000cd54;?