I have a to do this:
AccountList.Split(vbCrLf)
In c# AccountList is a string. How can i do?
thanks
|
|
|
You are looking for On Windows, this is equivalent to |
|||||||||||||||
|
|
Are you looking for |
||||
|
|
|
I typically abbreviate so that I can use several places in my code. Near the top, do something like this:
Then I can just use "nl" instead of the full qualification everywhere when constructing strings. |
|||
|
|