ToLower Data Member Function

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

Prototype

static int32 ToLower( int32 character )

Parameters

Parameter Type Parameter Name Documentation
int32characterThe ASCII code for an uppercase character from the English alphabet.

Examples

Copy Text To Clipboard

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