StringToUpper

string StringToUpper(string inA)

Description

Returns the string inA, containing just upper-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

stringToUppre("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.