PdfPrep.com

How can a string variable called myString be converted to an all-capitals representation for future use?

How can a string variable called myString be converted to an all-capitals representation for future use?
A . By using a Write Line with the Text property set to myString.ToUpper.
B . By using an Assign activity with myString on the left side and myString.ToUpper on the right side

Answer: B

Exit mobile version