-
Which of these method of MimeHeader is used to return the string equivalent of the values stores on MimeHeader?
-
- getString()
- convertString()
- string()
- toString()
- None of these
Correct Option: D
toString() does the reverse of parse() method, it is used to return the string equivalent of the values stores on MimeHeader.