51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#CompareNoCase
CompareNoCase
CString::CompareNoCaseintCompareNoCase(LPCTSTRlpsz)const;返回值:如果字符串是一样的(不区分大小写)则返回零值;如果CString对象小于lpsz(不区分大小写)则返回值小于0;如果CString对象大于lpsz(不区分大小写)则返回值大于0。说明:此成员函数通过...
代码星球
·
2020-04-22
CompareNoCase
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他