StringToLower

string StringToLower(string inA)

Description

Returns the string inA, containing just lower-case letters.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inA string The text you would like to change


Return Type

string

Example

stringToLower("Have A Good Day!") will return the string: "have a good day!".

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.