Which statement copies a string from a text box named txtLastName, converts the string to lowercase and saves the string in strLastName?
a. strLastName = txtLastName
b. txtLastName.Text = strLastName(ToLower)
c. strLastName = ToLower(txtLastName.Text)
d. strLastName = txtLastName.Text.ToLower()
d. strLastName = txtLastName.Text.ToLower()
Computer Science & Information Technology
You might also like to view...
The STL list class method end() is a mutator function.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
What is used to hold the URL of a media asset?
What will be an ideal response?
Computer Science & Information Technology
A technique that can be used to compress data when a ____ compression is necessary is the Lempel-Ziv technique.?
A. ?random B. ?run-length C. ?lossy D. ?lossless
Computer Science & Information Technology
Vector-based graphics are scalable graphics that are built using mathematical formulas, rather than pixels.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology