How can the first letter in a text be set to capital?
Example:
it is a text. = It is a text.
If you are using C# then try this code:
Microsoft.VisualBasic.StrConv(sourceString, Microsoft.VisualBasic.vbProperCase)