Exam UiRPA All QuestionsBrowse all questions from this exam
Question 2

A developer has a String variable and needs to know how many characters it contains. How can the information be retrieved?

    Correct Answer: A

    To determine the number of characters in a String variable, you can use the Length property. This property returns an integer indicating the total number of characters within the string.

Discussion
ArunkumarDBOption: A

Varaiable.Length