sguda
15 years agoRegular Contributor
How to use Format function to format a string.
I have an string variable that increments in the script everytime the script runs. ex: variable with value 02. Tried to Format this in the form of "0000" using aqstring.Format("0000", Variablestring). I am not able to. Can you pleasetell me if there is a solution. I tried the format specifics under the format expression with the help. but could not.