show / hide menu

StringToSentenceCase

This function is will capitalize the first character of a sentence.

Syntax:

StringToSentenceCase(StringValue)

StringValue is the string that has to be converted to sentence case.

Example:

Textbox1.Value= StringToSentenceCase(have a good day. see you tomorrow)

The function will return the value “Have a good day.See you tomorrow.”