请输入您要查询的百科知识:

 

词条 MakeUpper()
释义

说明

这个函数可以将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条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/12/23 17:40:36