How do I convert the result of:
Random rnd = new Random();
var x = rnd.Next(1,4);
if x is 1 I just need it to be '1', if it is 2 I just need it to be '2', and if it is 3 I just need it to be '3'. Basically just add the quotation marks. Thank you.