Community

.NET Tip: Using a Parameter Array in Your Functions

(Eric Smith) Most functions require a set list of parameters to operate. However, you’ll create some functions that need a variable list of parameters. A good example of this is the AppendFormat method of the StringBuilder class. Depending on the format string you specify, you may need zero addition

Read More - Register for Free Membership