Click or drag to resize

ExtensionsItemsToString Method

LightningChart .NET Help
Convert GetLastEngineInitResults to string to help reporting of it's contents.

Namespace:  Arction.WinForms.Charting.Extensions
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static string ItemsToString(
	this IList list
)

Parameters

list
Type: System.CollectionsIList

[Missing <param name="list"/> documentation for "M:Arction.WinForms.Charting.Extensions.Extensions.ItemsToString(System.Collections.IList)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Arction.WinForms.Charting.Extensions.Extensions.ItemsToString(System.Collections.IList)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IList. 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