Create an HTML Table containing details of this Key/Value List.

All values will be correctly HTML encoded.

Syntax

finUtilities.KeyValueListToHtmlTable(kvl, [tableCssClassName], [includeBlankValues], [tableCssStyle], [captionWidth], [captionWidthIsMinimum])

Parameters

NameTypeOptionalByRefDescription
kvl ISKeyValueList The Key/Value List.
tableCssClassName String Optional The CSS Class Name to apply to the Table. If omitted, a value of ISTableInfo ISTableInfo-Lined is assumed.
includeBlankValues Boolean Optional Indicates whether to Include Blank Values, e.g. zero-length Strings or Null Dates. If omitted, a value of True is assumed.
tableCssStyle String Optional The CSS Style to apply to the Table.
captionWidth Integer Optional The width for the Caption column. If omitted, a value of 80 is assumed.
captionWidthIsMinimum Boolean Optional Can the Caption column grow? If omitted, a value of True is assumed.

Return Value

String

A String value.

Member of:
finUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0