Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Evaluates to a string where all characters have been converted to their lowercase equivalent.
Syntax
$(lowercase input)
Parameters
input
The string to convert.
Return value
Returns input, but all characters have been converted to their lowercase equivalent.
Remarks
This macro function is available starting in Visual Studio 2022 version 17.2, in NMAKE version 14.32 or later.
Example
$(lowercase Hello World!) # Evaluates to "hello world!"