Is there a substring code to find out only the first letter of a word?
I know that sr.ReadLine.ToUpper will read all the letters capital, but can it read just the first letter?
StayElla 0 Newbie Poster
Recommended Answers
Jump to PostHi,
You can Try this:
MyVar.substring(0,1)
MyVar, is string Variable
Regards
Veena
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.