ToUpper

将字符串转换为大写。

例如:

Dim s1 As String = "abc"
Dim
s2 As String

s2 = s1.ToUpper()

执行后,s2的值将等于“ABC”。


本页地址:http://www.foxtable.com/webhelp/topics/0238.htm