Click or drag to resize

OptimizedPersistableListToString Method

This is a support function for the VelocityDbBrowser

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static string ListToString(
	IList list,
	Page page
)

Parameters

list
Type: System.CollectionsIList
A list to output as a string
page
Type: VelocityDbPage
The page containing the list

Return Value

Type: String
A string representing the input list.
See Also