InterviewSolution
Saved Bookmarks
| 1. |
How Will You Convert A String To Upper Case String Using Vbscript? |
|
Answer» USING Ucase function, which RETURNS the upper case of the SPECIFIED STRING. Using Ucase function, which returns the upper case of the specified string. |
|