Quesiton : How can a string variable called myString be converted to an all-capitals representation for future use?
Answer: By using Assign activity with myString on the left side and myString.ToUpper on the right side.
Most relevent text from all around web: 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? By using Assign activity with myString on the left side and myString.ToUpper on the right side .
How can a string variable called myString be converted to an a...
No comments:
Post a Comment