InterviewSolution
Saved Bookmarks
| 1. |
How will you convert a string to lower case string using VBScript? |
|
Answer» Using Lcase function, which returns the lower case of the specified string. |
|