Multiple Choice
The syntax of the Replace method is ____.
A) Replace.string(oldValue, newValue)
B) string.Replace(newValue, oldValue)
C) string.Replace(oldValue, newValue)
D) string.Replace(newValue) (oldValue)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The Trim method removes characters from the
Q13: The syntax for the substring method is
Q14: The syntax of the IndexOf method is
Q15: Applications rarely need to manipulate (process) string
Q16: When processing the Insert method, the computer
Q18: You also can include a range of
Q19: The number of characters contained in a
Q20: You can use the _ method to
Q21: The Trim method returns a string that
Q22: The Like operator evaluates to True when