MakeLowercase Data Member Function

Converts all the characters in the specified <Str> object to lower case.

Prototype

int32 MakeLowercase( string p_oStr )

Parameters

Parameter Type Parameter Name Documentation
stringp_oStrThe <Str> object to convert to lowercase.

Examples

Copy Text To Clipboard

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