单项选择题

以下哪种方法可以将字符串"hello"转换为大写?()

A."hello".upper()
B."hello".lower()
C."hello".capitalize()
D."hello".title()