C++
int acutToLower( int c );
File
acutads.h
Description
Converts the specified character to lowercase.
If the character is lowercase, acutToLower() returns it the way it is
Note This function now works with whatever operating system character code page AutoCAD is using, and is therefore significantly slower than the corresponding standard C/C++ runtime library function.
Parameters
Parameters | Description |
---|---|
c | Character |