适马镜头是哪个国家的:LCASE、UCASE在VB中怎么理解

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/07 11:23:24
谢谢
具体些好吗

具体些,建议这种问题以后查查书或者在网上搜搜,问人多麻烦。

a = LCase("This Is A String") ' a 的值为 "this is a string"
a = UCase("This Is A String") ' a 的值为 "THIS IS A STRING"

大小写转换