What is the correct syntax for displaying the value of the String variable myString in a text box?
(A) txtBox.Text = ';myString"
(B) txtBox.Text = myString
(C) txtBox.Text.myString
(D) txtBox.Text = Str(myString)
(B) txtBox.Text = myString
Computer Science & Information Technology