单项选择题

下列事件过程运行后输出结果是
Private Sub Command1_Click()
Print Format$(123,456,"###,##%")
End Sub

A.123.46%
B.123.45%
C.123.456%
D.12345.6%