S
shapper
Hello,
How can I make the first letter of a string to be upper case?
Thanks,
Miguel
How can I make the first letter of a string to be upper case?
Thanks,
Miguel
I don't want to use a CSS style.
I have a string in my VB.Net code which is taken from a DateTime
variable.
The problem is that the weekday in Asp.Net 2.0 when culture is pt-PT
comes with the first letter in lower case. This is wrong. I have no
idea why Microsoft didn't notice it.
So I have a string as folows: "domingo".
I want to change it to "Domingo".
In some European languages day names are not capitlised.
So in Portuguese, "Sunday" is "domingo".
But, in Portuguese, like in other european languages, there is also a
rule which says every first word of a phrase must be capitlised.