Click or drag to resize

IValueRendererRender Method (Array, String, String)

Renders the array as a string

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
string Render(
	Array array,
	string itemSeparator,
	string firstAndLast
)

Parameters

array
Type: SystemArray
The array.
itemSeparator
Type: SystemString
The item separator.
firstAndLast
Type: SystemString
The first and last.

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.IValueRenderer.Render(System.Array,System.String,System.String)"]

See Also