Link to home
Start Free TrialLog in
Avatar of chilled2003
chilled2003

asked on

really simple question

Is there a way to combine these two lines so that the user imput is automaticly put into the variable as lowercase without adding the second line?

smallString = Console.ReadLine();
smallString = smallString.ToLower();
ASKER CERTIFIED SOLUTION
Avatar of smitty22
smitty22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chilled2003
chilled2003

ASKER

Cool, Thanks :)