单项选择题

已知字符串A的值为“AdvancedEducation”,现要将它全部转化为大写字母并存放在A中,可以使用语句 _______。

A.A=Ucase$(
B.A=ToUpper$(
C.A=ToLower$(
D.A=Lcase$(