单项选择题

下列事件过程:
Private Sub Command1_ Click()
MsgBox Str (123+123)
End Sub
运行时,信息框中出现的结果是______。

A.123+123
B.123
C.246
D.显示出错信息