How to find this variable type?

Dear all,
I’m learning course of level 1, there is a problem made me stuck, I can’t find the variable type that is “System.String”. “Browse for types” has been already tried. And I Also want to know that
the differences between “System.String” and “System.String”. Thank you so much!

@guowq

System.String [ ] is nothing but array of string.

And also you are trying to split the string using split method. So it will give output as array of string.

2 Likes

Thank you ! I got that variable.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.