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
)
Public Shared Function ListToString (
list As IList,
page As Page
) As String
public:
static String^ ListToString(
IList^ list,
Page^ page
)
static member ListToString :
list : IList *
page : Page -> string
Parameters
- list
- Type: System.CollectionsIList
A list to output as a string - page
- Type: VelocityDbPage
The page containing the list
Return Value
Type:
StringA string representing the input list.
See Also