Returns the ASCII character representing the uppercase version of a lowercase character from the English alphabet.
static int32 ToUpper( int32 character )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | character | The ASCII code for a lowercase character from the English alphabet. |
None published. Please look for an example in the Simdify Scripting Language code base.