ToUpper Data Member Function

Returns the ASCII character representing the uppercase version of a lowercase character from the English alphabet.

Prototype

static int32 ToUpper( int32 character )

Parameters

Parameter Type Parameter Name Documentation
int32characterThe ASCII code for a lowercase character from the English alphabet.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.