Click or drag to resize
ConstantsCommaList Method
Hartismere School

[This is preliminary documentation and is subject to change.]

A comma seperated list where the last comma is replaced for "and"

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public static string CommaList(
	this string[] strs
)

Parameters

strs
Type: SystemString

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also