how to increment a string in c # | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how to increment a string in c #

for example if i consider a string "abc" and how can i increment the string to next alphabet i.e, to "bcd". should the variable be string or char[] ?

28th Apr 2018, 12:49 AM
Sunny
Sunny - avatar
4 Answers
+ 3
No problem, happy to help out ☺
28th Apr 2018, 1:52 AM
Emma
+ 2
thank you so much Xan
28th Apr 2018, 1:51 AM
Sunny
Sunny - avatar
- 2
A string is created by entering text between two single or double quotation marks. the double quotes are " "
28th Apr 2018, 4:26 PM
Yuvraj Singh