หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Evaluates to a string where all characters have been converted to their uppercase equivalent.
Syntax
$(uppercase input)
Parameters
input
The string to convert.
Return value
Returns input, but all characters have been converted to their uppercase equivalent.
Remarks
This macro function is available starting in Visual Studio 2022 version 17.2, in NMAKE version 14.32 or later.
Example
$(uppercase Hello World!) # Evaluates to "HELLO WORLD!"