说明
函数原型
举例
参考
这个函数可以将CString字符转化为一个大写的字符串。
voidMakeUpper();
The following example demonstrates the use of CString::MakeUpper.
// example for CString::MakeUpper
CString s( "abc" );
s.MakeUpper();
ASSERT( s == "ABC" );
MakeUpper()与MakeLower()意义相反,用法相同。
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。