I have done decompile the code. But instead of display string, it display an negative number. How can I find the original string?
My decompiled code like this:
string str = .(-812265445);
it should be:
string str = "My string";
Please help
Note, when I add reference to project and debug, it can see the string "My string" not .(-812265445);
When I use another disassembler program, it display:
string str = ACK. STX(-812265445);
I guest ACK and STX are binary characters.
Many thanks
Response for your answers are two pictures I took from ILSpy for better imagine:
Please try Telerik Decompiler