Capitalize letters in a string using C#

Опубликовано: 07 Октябрь 2024
на канале: Programming w/ Professor Sluiter
2,637
58

capitalize letters in a string
Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects.
Algorithm challenge using string manipulation. This shows one solution for looping through each char in a string to convert toUpper or toLower depending on whether or not the letter is in an even or odd numbered position.