This is the first time I'm writing a C# code.
In my C# code, I need to generate a string that can be any of these:
"00000041"
, "0000424E"
, "00004244"
, "00004D53"
How can you do this? How can you specify strings and randomly generate anyone from them?