Assigning an array of strings to a variable
Declaring a string array with hard coded data is easy.
string[] newString = new string[] {"one", "two", "three"}
Passing hard coded array into method
Likewise, passing an array of hard coded data into a method is also easy..
For example:
Roles.AddUsersToRole(new string[] { NewUserCreateUserWizard.UserName }, "Users");
| Author |
: Paul Hayman |
| Published |
: Wednesday, 14 June, 2006 |
Paul is the COO of kwiboo ltd consultant and has more than a decade of IT consultancy experience. He has consulted for a number of blue chip companies and has been exposed to the folowing sectors: Utilities, Telecommunications, Insurance, Media, Investment Banking, Leisure, Legal, CRM, Pharmaceuticals, Interactive Gaming, Mobile Communications, Online Services.
Paul is the COO and co-founder of kwiboo (http://www.kwiboo.com/) and is also the creator of GeekZilla.