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. Using Lcase function, which returns the lower case of the specified string. |
|