IsUpper Data Member Function

Returns true if the specified char is uppercase.

Prototype

static int32 IsUpper( int32 p_iChar )

Parameters

Parameter Type Parameter Name Documentation
int32p_iCharThe char to check.

Examples

Copy Text To Clipboard

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