上一页 1 ··· 15 16 17 18 19
摘要: CString::MakeUppervoid MakeUpper( );Remarks备注Converts this CString object to an uppercase string.将原对象的所有小写英文字母转换为大写。(只是将小写的英文字母转换为大写,对于其它的字符不做变化,例如:大写字符,数字,汉字)Example实例The following example demonstrates the use of CString::MakeUpper.// example for CString::MakeUpperCString s( "abc" );s.Mak 阅读全文
posted @ 2011-11-18 10:39 bigbigtree 阅读(6505) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19