【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.3.15.24 string::MakeUpper
Contents
Description
Convert this string object to an uppercase string.
Syntax
void MakeUpper( )
Parameters
Return
Examples
EX1
void string_MakeUpper_ex1() { string str("abcd"); str.MakeUpper(); //str should be "ABCD" printf("the string converted is \"%s\"\n", str); }
Remark
See Also
Header to Include
origin.h