G
Guest
I am new to this .net environement. I'm needing to do a simple task - I
need to read the first character of a word and replace it with an uppercase.
Example:
"horse" --> change to "Horse"
I can do this on an as/400 using RPG, but cannot figure out the syntax to do
it in .net with the .substring and .toupper methods.
need to read the first character of a word and replace it with an uppercase.
Example:
"horse" --> change to "Horse"
I can do this on an as/400 using RPG, but cannot figure out the syntax to do
it in .net with the .substring and .toupper methods.