UiPath-Level1-Lesson3测试题目&答案汇总

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

By using an Assign activity with myString on the left side and myString.ToUpper on the right side.

By using a Write Line with the Text property set to myString.ToUpper.

By using an Invoke Method activity with the TargetType property set to String, the TargetObject property set to myString and the MethodName property to ToUpper.

By using an Invoke Method activity with the TargetType property set to null, the TargetObject property set to myString and the MethodName property to ToUpper.

答案:A

你可能感兴趣的:(UiPath-Level1-Lesson3测试题目&答案汇总)