I am attempting to convert some text from a text field to a(n) u32 value. An example would be that I enter in string format (to represent a 32-bit integer), “0x30323436”, and the output in string format would be “0246”. I am trying to do this in C#, but I can use C as well. Thank you.
Share
This should do what you want: