单项选择题

在VB 中,将整数型变量c 的值显示在文本框Text1中,完整的语句是()。

A.c=Str(Text1.Text)
B.c=Val(Text1.Text)
C.Text1.Text=Str(c)
D.Text1.Text=Val (c)